diff options
Diffstat (limited to 'playground/src/components/shared/quote.json')
| -rw-r--r-- | playground/src/components/shared/quote.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/playground/src/components/shared/quote.json b/playground/src/components/shared/quote.json new file mode 100644 index 0000000..b9ae1ae --- /dev/null +++ b/playground/src/components/shared/quote.json @@ -0,0 +1,16 @@ +{ + "collectionName": "components_shared_quotes", + "info": { + "displayName": "Quote", + "icon": "indent" + }, + "options": {}, + "attributes": { + "title": { + "type": "string" + }, + "body": { + "type": "text" + } + } +} |
