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

Unified Diff: chrome/common/extensions/docs/templates/articles/ui_override.html

Issue 691283003: Write docs for options_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inline-type
Patch Set: fixes Created 6 years, 2 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
Index: chrome/common/extensions/docs/templates/articles/ui_override.html
diff --git a/chrome/common/extensions/docs/templates/articles/ui_override.html b/chrome/common/extensions/docs/templates/articles/ui_override.html
index 2e3b50700c09c7a2b256986b2adfad6bc88d758a..e69b0958b96796441d0dfe3b51e0e1df60326789 100644
--- a/chrome/common/extensions/docs/templates/articles/ui_override.html
+++ b/chrome/common/extensions/docs/templates/articles/ui_override.html
@@ -54,21 +54,5 @@ bookmarks user interface overrides.</p>
An extension can override one or more of the following properties in the
manifest:
</p>
-
-<ul>
-{{#f:apis.extensions.manifestTypes.byName.ChromeUIOverrides.properties}}
- <li>
- <p id="{{f.name}}"><b><code>{{f.name}}</code> ({{+partials.variable_type type:f/}})</b></p>
- <p>{{f.description}}</p>
- {{?f.properties}}
- <table>
- <tr><th>Type</th><th>Attribute</th><th>Description</th></tr>
- {{+partials.type_item
- title:f.strings.properties
- display_name:display_name
- items:f.properties
- item_partial:(partials.parameter_full hideParamTOC:true)/}}
- </table>
- {{/}}
-{{/}}
-</ul>
+{{+partials.manifest_type
+ type:apis.extensions.manifestTypes.byName.ChromeUIOverrides /}}

Powered by Google App Engine
This is Rietveld 408576698