Index: chrome/common/extensions/docs/templates/private/manifest_example.html |
diff --git a/chrome/common/extensions/docs/templates/private/manifest_example.html b/chrome/common/extensions/docs/templates/private/manifest_example.html |
index ac4b730403b03ee33f43a1dabaebfe4a551fa9bb..05a60d89fd651bfc1ba1dd289253e614d23fc07f 100644 |
--- a/chrome/common/extensions/docs/templates/private/manifest_example.html |
+++ b/chrome/common/extensions/docs/templates/private/manifest_example.html |
@@ -1,17 +1,11 @@ |
<pre> |
{ |
<em>// Required</em> |
- {{+partials.manifest_properties properties:manifest_source.required}} |
+ {{#manifest_source}} |
+ {{?annotations}} |
- <em>// Recommended</em> |
- {{+partials.manifest_properties properties:manifest_source.recommended}} |
- |
- {{?manifest_source.only_one}} |
- <em>// Pick one (or none)</em> |
- {{+partials.manifest_properties properties:manifest_source.only_one}} |
- |
- {{/manifest_source.only_one}} |
- <em>// Optional</em> |
- {{+partials.manifest_properties properties:manifest_source.optional}} |
+ {{/annotations}} |
+ {{+partials.manifest_property}} |
+ {{/manifest_source}} |
} |
</pre> |