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

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: Final nit 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..90e19ad88b3a2e5a1484f0ee3453cdc47e87110d 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",
+ "extension_types": ["platform_app"]
},
{
"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