Skip to content

Commit 78f284a

Browse files
Merge pull request #56 from connectivedx/quote-component
Removing quote component for demo purposes
2 parents 42e401d + 1cbd8c8 commit 78f284a

5 files changed

Lines changed: 1 addition & 106 deletions

File tree

blocks/quote/quote.css

Lines changed: 0 additions & 61 deletions
This file was deleted.

blocks/quote/quote.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

component-definition.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -676,23 +676,6 @@
676676
}
677677
}
678678
},
679-
{
680-
"title": "Quote",
681-
"id": "quote",
682-
"plugins": {
683-
"xwalk": {
684-
"page": {
685-
"resourceType": "core/franklin/components/block/v1/block",
686-
"template": {
687-
"name": "Quote",
688-
"model": "quote",
689-
"quote": "<p>You miss 100% of the shots you don't take.</p>",
690-
"author": "Wayne Gretzky"
691-
}
692-
}
693-
}
694-
}
695-
},
696679
{
697680
"title": "Order Accordion",
698681
"id": "order-accordion",

component-filters.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"form",
2020
"embed-adaptive-form",
2121
"order-accordion",
22-
"order-status",
23-
"quote"
22+
"order-status"
2423
]
2524
},
2625
{

component-models.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5166,25 +5166,6 @@
51665166
}
51675167
]
51685168
},
5169-
{
5170-
"id": "quote",
5171-
"fields": [
5172-
{
5173-
"component": "richtext",
5174-
"name": "quote",
5175-
"value": "",
5176-
"label": "Quote",
5177-
"valueType": "string"
5178-
},
5179-
{
5180-
"component": "text",
5181-
"valueType": "string",
5182-
"name": "quthor",
5183-
"label": "Author",
5184-
"value": ""
5185-
}
5186-
]
5187-
},
51885169
{
51895170
"id": "order-accordion",
51905171
"fields": [

0 commit comments

Comments
 (0)