Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / articles / settings_override.html
index c9b723b..e9b41a2 100644 (file)
@@ -46,11 +46,6 @@ http://example.com/page.html) within your extension.</p>
    ...
 }</pre>
 
-<p class="note">
-<b>Note:</b> Settings overrides for <code>homepage</code>,
-<code>search_provider</code>, and <code>startup_pages</code> are only enabled
-in the Chrome Dev release.</p>
-
 <h2 id="customizing">Customizing values</h2>
 <p>Values in the manifest can be customized in the following ways:</p>
 <ul>
@@ -82,22 +77,5 @@ in the Chrome Dev release.</p>
 An extension can override one or more of the following properties in the
 manifest:
 </p>
-
-<ul>
-{{#f:apis.extensions.manifestTypes.byName.ChromeSettingsOverrides.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.ChromeSettingsOverrides /}}