Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5675)

Unified Diff: chrome/common/extensions/docs/templates/json/intro_tables.json

Issue 438963003: Docserver: Add annotation to intro_tables.json to restrict content by platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/server2/jsc_view_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/json/intro_tables.json
diff --git a/chrome/common/extensions/docs/templates/json/intro_tables.json b/chrome/common/extensions/docs/templates/json/intro_tables.json
index 2bc47d649b4a39046dc8295276638d4075c5f761..5040910bf1ce9936d0caa7a7b25980336aac717d 100644
--- a/chrome/common/extensions/docs/templates/json/intro_tables.json
+++ b/chrome/common/extensions/docs/templates/json/intro_tables.json
@@ -214,7 +214,8 @@
"Learn More": [
{
"link": "app_lifecycle",
- "text": "Manage App Lifecycle"
+ "text": "Manage App Lifecycle",
+ "restrictedTo": "apps"
not at google - send to devlin 2014/08/01 19:23:44 "restrictedTo" is a bit vague, maybe re-use the "e
ahernandez 2014/08/01 19:28:22 Should I add the annotation to every link then?
not at google - send to devlin 2014/08/01 19:29:19 nah just default to everything. just modify this l
},
{
"link": "event_pages",
« no previous file with comments | « chrome/common/extensions/docs/server2/jsc_view_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698