-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-config Vite with Reactjs & Typescript
- Loading branch information
1 parent
eb6c309
commit bd5e59c
Showing
46 changed files
with
3,121 additions
and
548 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
uuid: b073a08d-4113-4331-bbbb-f6679a51bc21 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
theme: | ||
- fstheme | ||
id: fstheme_tabs | ||
theme: fstheme | ||
region: content_above | ||
weight: 0 | ||
provider: null | ||
plugin: local_tasks_block | ||
settings: | ||
id: local_tasks_block | ||
label: Tabs | ||
label_display: '0' | ||
provider: core | ||
primary: true | ||
secondary: true | ||
visibility: { } |
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
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
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,23 @@ | ||
uuid: 08b66a5e-e871-4d9a-9d13-36d9454a4a5c | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.article_type | ||
- node.type.article | ||
module: | ||
- options | ||
id: node.article.article_type | ||
field_name: article_type | ||
entity_type: node | ||
bundle: article | ||
label: Type | ||
description: '' | ||
required: true | ||
translatable: false | ||
default_value: | ||
- | ||
value: blog | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: list_string |
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,19 @@ | ||
uuid: 7f88dd37-d3ef-49a7-8f71-3d0600fe9003 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.duration | ||
- node.type.article | ||
id: node.article.duration | ||
field_name: duration | ||
entity_type: node | ||
bundle: article | ||
label: Duration | ||
description: '' | ||
required: true | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
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,29 @@ | ||
uuid: 77876924-48e7-48db-b0fc-c2ffd95dccb6 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.media_video | ||
- media.type.stream | ||
- node.type.article | ||
id: node.article.media_video | ||
field_name: media_video | ||
entity_type: node | ||
bundle: article | ||
label: 'Media video' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
handler: 'default:media' | ||
handler_settings: | ||
target_bundles: | ||
stream: stream | ||
sort: | ||
field: _none | ||
direction: ASC | ||
auto_create: false | ||
auto_create_bundle: '' | ||
field_type: entity_reference |
21 changes: 21 additions & 0 deletions
21
config/sync/field.field.node.page.layout_builder__layout.yml
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,21 @@ | ||
uuid: ec3c4826-2360-4f73-b93f-2f9c5518edee | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.layout_builder__layout | ||
- node.type.page | ||
module: | ||
- layout_builder | ||
id: node.page.layout_builder__layout | ||
field_name: layout_builder__layout | ||
entity_type: node | ||
bundle: page | ||
label: Layout | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: layout_section |
Oops, something went wrong.