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

Side by Side Diff: chrome/common/extensions/docs/templates/private/manifest_example.html

Issue 16410002: Docserver manifest follow up (rewrite) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gen-manifest-try-2
Patch Set: more idiomatic/less explicit copying Created 7 years, 4 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 unified diff | Download patch
OLDNEW
1 <pre> 1 <pre>
2 { 2 {
3 <em>// Required</em> 3 <em>// Required</em>
4 {{+partials.manifest_properties properties:manifest_source.required}} 4 {{#manifest_source}}
5 {{?annotations}}
5 6
6 <em>// Recommended</em> 7 {{/annotations}}
7 {{+partials.manifest_properties properties:manifest_source.recommended}} 8 {{+partials.manifest_property}}
8 9 {{/manifest_source}}
9 {{?manifest_source.only_one}}
10 <em>// Pick one (or none)</em>
11 {{+partials.manifest_properties properties:manifest_source.only_one}}
12
13 {{/manifest_source.only_one}}
14 <em>// Optional</em>
15 {{+partials.manifest_properties properties:manifest_source.optional}}
16 } 10 }
17 </pre> 11 </pre>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698