-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ajout de nouveaux blocs (#399)
Co-authored-by: PassCulture <[email protected]>
- Loading branch information
1 parent
e0d90ee
commit 0a5d7e4
Showing
26 changed files
with
435 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ment_system/src/components/block/tab.json → .../src/components/block/tab-image-text.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
content_management_system/src/components/block/tab-little-list.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"collectionName": "components_block_tab_little_lists", | ||
"info": { | ||
"displayName": "TabLittleList" | ||
}, | ||
"options": {}, | ||
"attributes": { | ||
"title": { | ||
"type": "string", | ||
"required": true | ||
}, | ||
"block": { | ||
"type": "component", | ||
"repeatable": false, | ||
"component": "block.little-list" | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
content_management_system/src/components/block/tab-push-grey-cta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"collectionName": "components_block_tab_push_grey_ctas", | ||
"info": { | ||
"displayName": "TabPushGreyCTA" | ||
}, | ||
"options": {}, | ||
"attributes": { | ||
"title": { | ||
"type": "string", | ||
"required": true | ||
}, | ||
"block": { | ||
"type": "component", | ||
"repeatable": false, | ||
"component": "block.double-push-cta" | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
content_management_system/src/components/block/tab-simple-text.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"collectionName": "components_block_tab_simple_texts", | ||
"info": { | ||
"displayName": "TabSimpleText" | ||
}, | ||
"options": {}, | ||
"attributes": { | ||
"title": { | ||
"type": "string", | ||
"required": true | ||
}, | ||
"block": { | ||
"type": "component", | ||
"repeatable": false, | ||
"component": "block.simple-text-v2" | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
content_management_system/src/components/block/tabs-image-text.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"collectionName": "components_block_tabs_image_texts", | ||
"info": { | ||
"displayName": "TabsImageText" | ||
}, | ||
"options": {}, | ||
"attributes": { | ||
"tab": { | ||
"displayName": "TabLittleList", | ||
"type": "component", | ||
"repeatable": true, | ||
"component": "block.tab-image-text" | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
content_management_system/src/components/block/tabs-little-list.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"collectionName": "components_block_tabs_little_lists", | ||
"info": { | ||
"displayName": "TabsLittleList" | ||
}, | ||
"options": {}, | ||
"attributes": { | ||
"tab": { | ||
"displayName": "TabLittleList", | ||
"type": "component", | ||
"repeatable": true, | ||
"component": "block.tab-little-list" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
content_management_system/src/components/block/tabs-push-grey-cta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"collectionName": "components_block_tabs_push_grey_ctas", | ||
"info": { | ||
"displayName": "TabsPushGreyCTA", | ||
"description": "" | ||
}, | ||
"options": {}, | ||
"attributes": { | ||
"tab": { | ||
"displayName": "TabPushGreyCTA", | ||
"type": "component", | ||
"repeatable": true, | ||
"component": "block.tab-push-grey-cta" | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
content_management_system/src/components/block/tabs-simple-text.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"collectionName": "components_block_tabs_simple_texts", | ||
"info": { | ||
"displayName": "TabsSimpleText" | ||
}, | ||
"options": {}, | ||
"attributes": { | ||
"tab": { | ||
"displayName": "TabSimpleText", | ||
"type": "component", | ||
"repeatable": true, | ||
"component": "block.tab-simple-text" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.