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

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

Issue 22854025: Use the externally_connectable schema from manifest_types.json to generate its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 | Annotate | Revision Log
OLDNEW
1 <dt> 1 <dt>
2 <span class="variable">{{name}}</span> 2 <span class="variable">{{name}}</span>
3 <span class="property"> 3 <span class="property">
4 ( 4 (
5 {{?optional}}<span class="optional">optional</span>{{/}} 5 {{?optional}}<span class="optional">optional</span>{{/}}
6 {{+partials.variable_type}} 6 {{+partials.variable_type}}
7 ) 7 )
8 </span> 8 </span>
9 </dt> 9 </dt>
10 {{?description}}<dd> 10 {{?description}}<dd>
11 {{{description}}} 11 {{{description}}}
12 </dd>{{/description}} 12 </dd>{{/description}}
13 {{?array.is_object}} 13 {{?array.is_object}}
14 <h4>Properties of each item</h4> 14 <h4>Properties of each item</h4>
15 {{+partials.type @:array api:api}} 15 {{+partials.type @:array}}
16 {{/array.is_object}} 16 {{/array.is_object}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698