added thesaurus and tag admin views, started block layout for materio theme
This commit is contained in:
18
config/sync/block.block.pagetitle.yml
Normal file
18
config/sync/block.block.pagetitle.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: e24f300b-ad2d-47ff-851c-875b1c353ce0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- materiotheme
|
||||
id: pagetitle
|
||||
theme: materiotheme
|
||||
region: content
|
||||
weight: -1
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Page title'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
23
config/sync/block.block.sitebranding.yml
Normal file
23
config/sync/block.block.sitebranding.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
uuid: 58865c8a-5b97-4ed4-82fa-3aa9547ed071
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- materiotheme
|
||||
id: sitebranding
|
||||
theme: materiotheme
|
||||
region: header
|
||||
weight: -2
|
||||
provider: null
|
||||
plugin: system_branding_block
|
||||
settings:
|
||||
id: system_branding_block
|
||||
label: 'Site branding'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
use_site_logo: false
|
||||
use_site_name: true
|
||||
use_site_slogan: true
|
||||
visibility: { }
|
20
config/sync/block.block.tabs.yml
Normal file
20
config/sync/block.block.tabs.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 338dfb90-8c89-416b-9928-740e40ad9181
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- materiotheme
|
||||
id: tabs
|
||||
theme: materiotheme
|
||||
region: content
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: Tabs
|
||||
provider: core
|
||||
label_display: '0'
|
||||
primary: true
|
||||
secondary: true
|
||||
visibility: { }
|
@@ -81,6 +81,7 @@ module:
|
||||
mailgun: 0
|
||||
maillog: 0
|
||||
mailsystem: 0
|
||||
materio_home: 0
|
||||
materio_id: 0
|
||||
materio_migrate: 0
|
||||
materio_samples: 0
|
||||
@@ -152,6 +153,7 @@ theme:
|
||||
seven: 0
|
||||
adminimal_theme: 0
|
||||
matminimal: 0
|
||||
materiotheme: 0
|
||||
profile: figli_starter_kit
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
||||
|
@@ -0,0 +1,16 @@
|
||||
uuid: 3b3d4f8d-d3f1-4ab6-849d-560fd8c73aa8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- commerce_product.commerce_product_type.default
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
id: commerce_product.default
|
||||
target_entity_type_id: commerce_product
|
||||
target_bundle: default
|
||||
default_langcode: authors_default
|
||||
language_alterable: true
|
@@ -4,8 +4,13 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- commerce_product.commerce_product_type.materio_product_type
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
id: commerce_product.materio_product_type
|
||||
target_entity_type_id: commerce_product
|
||||
target_bundle: materio_product_type
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
default_langcode: authors_default
|
||||
language_alterable: true
|
||||
|
@@ -1,2 +1,2 @@
|
||||
settings:
|
||||
label: 'Fils d''Ariane'
|
||||
label: 'Fils d''ariane'
|
||||
|
@@ -1,2 +1,2 @@
|
||||
settings:
|
||||
label: 'Fils d''Ariane'
|
||||
label: 'Fils d''ariane'
|
||||
|
@@ -1,10 +1,10 @@
|
||||
name: materiO’
|
||||
mail: info@materio.com
|
||||
slogan: ''
|
||||
slogan: 'the material library your projects deserve'
|
||||
page:
|
||||
403: ''
|
||||
404: ''
|
||||
front: /user/login
|
||||
front: /home
|
||||
admin_compact_mode: false
|
||||
weight_select_max: 100
|
||||
langcode: en
|
||||
|
@@ -2,3 +2,4 @@ admin: matminimal
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg
|
||||
default: materiotheme
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user