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

Unified Diff: chrome/common/extensions/docs/templates/private/type.html

Issue 368973002: Docserver: Add more support for object level availability in templates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/type.html
diff --git a/chrome/common/extensions/docs/templates/private/type.html b/chrome/common/extensions/docs/templates/private/type.html
index b66dcbd37b9035944ac3a7b7e4c88972aa2bd22c..4dba0e7b6dd254273d77aedc64e3879363da2927 100644
--- a/chrome/common/extensions/docs/templates/private/type.html
+++ b/chrome/common/extensions/docs/templates/private/type.html
@@ -3,6 +3,9 @@
{{?display_name}}
<h3 id="{{id}}">{{display_name}}</h3>
{{/display_name}}
+ {{?availability}}
+ <span class="availability">{{+availability.partial content:availability/}}</span>
+ {{/availability}}
<table>
{{^is_object}}
{{?enum_values}}

Powered by Google App Engine
This is Rietveld 408576698