diff --git a/blocks/quote/quote.css b/blocks/quote/quote.css new file mode 100644 index 0000000..e69de29 diff --git a/blocks/quote/quote.js b/blocks/quote/quote.js new file mode 100644 index 0000000..e69de29 diff --git a/component-definition.json b/component-definition.json index 4749151..9347615 100644 --- a/component-definition.json +++ b/component-definition.json @@ -676,6 +676,23 @@ } } }, + { + "title": "Quote", + "id": "quote", + "plugins": { + "xwalk": { + "page": { + "resourceType": "core/franklin/components/block/v1/block", + "template": { + "name": "Quote", + "model": "quote", + "quote": "

You miss 100% of the shots you don't take.

", + "author": "Wayne Gretzky" + } + } + } + } + }, { "title": "Order Accordion", "id": "order-accordion", diff --git a/component-filters.json b/component-filters.json index e928283..3309a16 100644 --- a/component-filters.json +++ b/component-filters.json @@ -19,7 +19,8 @@ "form", "embed-adaptive-form", "order-accordion", - "order-status" + "order-status", + "quote" ] }, { diff --git a/component-models.json b/component-models.json index db71b90..cca004f 100644 --- a/component-models.json +++ b/component-models.json @@ -5166,6 +5166,25 @@ } ] }, + { + "id": "quote", + "fields": [ + { + "component": "richtext", + "name": "quote", + "value": "", + "label": "Quote", + "valueType": "string" + }, + { + "component": "text", + "valueType": "string", + "name": "quthor", + "label": "Author", + "value": "" + } + ] + }, { "id": "order-accordion", "fields": [