Index: chrome/common/extensions/docs/templates/private/manifest_property.html |
diff --git a/chrome/common/extensions/docs/templates/private/manifest_property.html b/chrome/common/extensions/docs/templates/private/manifest_property.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0fd4ab4071e911e506cf4bf038ba6744f602073d |
--- /dev/null |
+++ b/chrome/common/extensions/docs/templates/private/manifest_property.html |
@@ -0,0 +1,13 @@ |
+{{?annotations}} |
+{{#annotations}} |
+<em>// {{@}}</em> |
+{{/annotations}} |
+{{/annotations}} |
+{{?documentation}} |
+"<a href="{{documentation}}">{{name}}</a>":{{:documentation}} |
+"{{name}}":{{^subdocs}} ...{{/}}{{/documentation}} |
+{{?subdocs}} { |
+{{#subdocs}} |
+ {{+partials.manifest_property}} |
+{{/}} |
+}{{:subdocs}}{{?example *value /}}{{/}}{{^is_last}},{{/}} |