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

Unified Diff: chrome/common/extensions/docs/server2/test_data/template_data_source/partials/input.json

Issue 10545043: Extensions docs server: Design changes, partial template support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made suggested changes Created 8 years, 6 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/server2/test_data/template_data_source/partials/input.json
diff --git a/chrome/common/extensions/docs/server2/test_data/template_data_source/partials/input.json b/chrome/common/extensions/docs/server2/test_data/template_data_source/partials/input.json
new file mode 100644
index 0000000000000000000000000000000000000000..e089d8b493ecb81b874a05d606059312a304e423
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/test_data/template_data_source/partials/input.json
@@ -0,0 +1,7 @@
+{
+ "name": {
+ "first": "Bob",
+ "last": "Jones"
+ },
+ "part": "elbow"
+}

Powered by Google App Engine
This is Rietveld 408576698