diff --git a/config/devel/devel.settings.yml b/config/devel/devel.settings.yml
index 4db0ea72..436f4369 100644
--- a/config/devel/devel.settings.yml
+++ b/config/devel/devel.settings.yml
@@ -2,7 +2,7 @@ page_alter: false
raw_names: false
error_handlers:
1: 1
-rebuild_theme: false
+rebuild_theme: true
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails'
devel_dumper: default
diff --git a/config/devel/devel.toolbar.settings.yml b/config/devel/devel.toolbar.settings.yml
index bd4c97cd..8a65890f 100644
--- a/config/devel/devel.toolbar.settings.yml
+++ b/config/devel/devel.toolbar.settings.yml
@@ -1,6 +1,7 @@
toolbar_items:
- devel.cache_clear
- devel.phpinfo
+ - devel.route_info
- devel.run_cron
- devel.theme_registry
langcode: fr
diff --git a/config/sync/block.block.pagetitle.yml b/config/sync/block.block.pagetitle.yml
new file mode 100644
index 00000000..35abdff7
--- /dev/null
+++ b/config/sync/block.block.pagetitle.yml
@@ -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: { }
diff --git a/config/sync/block.block.sitebranding.yml b/config/sync/block.block.sitebranding.yml
new file mode 100644
index 00000000..ca4337f3
--- /dev/null
+++ b/config/sync/block.block.sitebranding.yml
@@ -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: { }
diff --git a/config/sync/block.block.tabs.yml b/config/sync/block.block.tabs.yml
new file mode 100644
index 00000000..6d6991fb
--- /dev/null
+++ b/config/sync/block.block.tabs.yml
@@ -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: { }
diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml
index a9356d35..643b40e0 100644
--- a/config/sync/core.extension.yml
+++ b/config/sync/core.extension.yml
@@ -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
diff --git a/config/sync/language.content_settings.commerce_product.default.yml b/config/sync/language.content_settings.commerce_product.default.yml
new file mode 100644
index 00000000..48b6b868
--- /dev/null
+++ b/config/sync/language.content_settings.commerce_product.default.yml
@@ -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
diff --git a/config/sync/language.content_settings.commerce_product.materio_product_type.yml b/config/sync/language.content_settings.commerce_product.materio_product_type.yml
index 5c69c2b0..6b62db2f 100644
--- a/config/sync/language.content_settings.commerce_product.materio_product_type.yml
+++ b/config/sync/language.content_settings.commerce_product.materio_product_type.yml
@@ -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
diff --git a/config/sync/language/fr/block.block.adminimal_theme_breadcrumbs.yml b/config/sync/language/fr/block.block.adminimal_theme_breadcrumbs.yml
index de93eb15..ba844a2f 100644
--- a/config/sync/language/fr/block.block.adminimal_theme_breadcrumbs.yml
+++ b/config/sync/language/fr/block.block.adminimal_theme_breadcrumbs.yml
@@ -1,2 +1,2 @@
settings:
- label: 'Fils d''Ariane'
+ label: 'Fils d''ariane'
diff --git a/config/sync/language/fr/block.block.matminimal_breadcrumbs.yml b/config/sync/language/fr/block.block.matminimal_breadcrumbs.yml
index de93eb15..ba844a2f 100644
--- a/config/sync/language/fr/block.block.matminimal_breadcrumbs.yml
+++ b/config/sync/language/fr/block.block.matminimal_breadcrumbs.yml
@@ -1,2 +1,2 @@
settings:
- label: 'Fils d''Ariane'
+ label: 'Fils d''ariane'
diff --git a/config/sync/system.site.yml b/config/sync/system.site.yml
index 89dca9ea..20c8c2c3 100644
--- a/config/sync/system.site.yml
+++ b/config/sync/system.site.yml
@@ -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
diff --git a/config/sync/system.theme.yml b/config/sync/system.theme.yml
index eaf6083f..07255540 100644
--- a/config/sync/system.theme.yml
+++ b/config/sync/system.theme.yml
@@ -2,3 +2,4 @@ admin: matminimal
langcode: fr
_core:
default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg
+default: materiotheme
diff --git a/config/sync/views.view.admin_taxo.yml b/config/sync/views.view.admin_taxo.yml
index 1e4390ef..ca6712cf 100644
--- a/config/sync/views.view.admin_taxo.yml
+++ b/config/sync/views.view.admin_taxo.yml
@@ -5,9 +5,12 @@ dependencies:
config:
- field.storage.taxonomy_term.field_memo
- field.storage.taxonomy_term.field_migration
+ - field.storage.taxonomy_term.field_synonyms
- field.storage.taxonomy_term.field_workflow
- taxonomy.vocabulary.company
- taxonomy.vocabulary.showroom
+ - taxonomy.vocabulary.tags
+ - taxonomy.vocabulary.thesaurus
- user.role.admin
- user.role.root
module:
@@ -253,7 +256,7 @@ display:
batch_size: 10
form_step: true
buttons: false
- clear_on_exposed: 1
+ clear_on_exposed: true
action_title: Action
selected_actions:
'entity:break_lock:taxonomy_term': 'entity:break_lock:taxonomy_term'
@@ -1227,7 +1230,7 @@ display:
group_items: { }
plugin_id: string
sorts: { }
- title: Taxonomy
+ title: Tags
header:
result:
id: result
@@ -1939,3 +1942,1839 @@ display:
- 'config:field.storage.taxonomy_term.field_memo'
- 'config:field.storage.taxonomy_term.field_migration'
- 'config:field.storage.taxonomy_term.field_workflow'
+ page_3:
+ display_plugin: page
+ id: page_3
+ display_title: 'Page Thesaurus'
+ position: 3
+ display_options:
+ display_extenders:
+ views_ef_fieldset: { }
+ display_description: ''
+ style:
+ type: table
+ options:
+ grouping: { }
+ row_class: ''
+ default_row_class: true
+ override: true
+ sticky: false
+ caption: ''
+ summary: ''
+ description: ''
+ columns:
+ views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
+ tid: name
+ name: name
+ operations: name
+ field_synonyms: field_synonyms
+ translation_count: translation_count
+ langcode_1: langcode_1
+ is_locked: is_locked
+ langcode: langcode
+ info:
+ views_bulk_operations_bulk_form:
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ tid:
+ sortable: false
+ default_sort_order: asc
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ name:
+ sortable: true
+ default_sort_order: asc
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ operations:
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ field_synonyms:
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ translation_count:
+ sortable: false
+ default_sort_order: asc
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ langcode_1:
+ sortable: false
+ default_sort_order: asc
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ is_locked:
+ sortable: false
+ default_sort_order: asc
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ langcode:
+ sortable: false
+ default_sort_order: asc
+ align: ''
+ separator: ''
+ empty_column: false
+ responsive: ''
+ default: '-1'
+ empty_table: false
+ defaults:
+ style: false
+ row: false
+ fields: false
+ filters: false
+ filter_groups: false
+ row:
+ type: fields
+ options: { }
+ fields:
+ views_bulk_operations_bulk_form:
+ id: views_bulk_operations_bulk_form
+ table: views
+ field: views_bulk_operations_bulk_form
+ relationship: none
+ group_type: group
+ admin_label: ''
+ label: 'Views bulk operations'
+ exclude: false
+ alter:
+ alter_text: false
+ text: ''
+ make_link: false
+ path: ''
+ absolute: false
+ external: false
+ replace_spaces: false
+ path_case: none
+ trim_whitespace: false
+ alt: ''
+ rel: ''
+ link_class: ''
+ prefix: ''
+ suffix: ''
+ target: ''
+ nl2br: false
+ max_length: 0
+ word_boundary: true
+ ellipsis: true
+ more_link: false
+ more_link_text: ''
+ more_link_path: ''
+ strip_tags: false
+ trim: false
+ preserve_tags: ''
+ html: false
+ element_type: ''
+ element_class: ''
+ element_label_type: ''
+ element_label_class: ''
+ element_label_colon: true
+ element_wrapper_type: ''
+ element_wrapper_class: ''
+ element_default_classes: true
+ empty: ''
+ hide_empty: false
+ empty_zero: false
+ hide_alter_empty: true
+ batch: true
+ batch_size: 10
+ form_step: true
+ buttons: false
+ clear_on_exposed: true
+ action_title: Action
+ selected_actions:
+ 'entity:break_lock:taxonomy_term': 'entity:break_lock:taxonomy_term'
+ views_bulk_edit: 0
+ views_bulk_operations_delete_entity: 0
+ pathauto_update_alias: pathauto_update_alias
+ 'entity:unpublish_action:taxonomy_term': 'entity:unpublish_action:taxonomy_term'
+ 'entity:publish_action:taxonomy_term': 'entity:publish_action:taxonomy_term'
+ 'entity:save_action:taxonomy_term': 0
+ preconfiguration:
+ 'entity:break_lock:taxonomy_term':
+ label_override: ''
+ pathauto_update_alias:
+ label_override: ''
+ 'entity:unpublish_action:taxonomy_term':
+ label_override: ''
+ 'entity:publish_action:taxonomy_term':
+ label_override: ''
+ plugin_id: views_bulk_operations_bulk_form
+ tid:
+ id: tid
+ table: taxonomy_term_field_data
+ field: tid
+ relationship: none
+ group_type: group
+ admin_label: ''
+ label: 'Term ID'
+ exclude: false
+ alter:
+ alter_text: false
+ text: '{{tid}}'
+ make_link: false
+ path: ''
+ absolute: false
+ external: false
+ replace_spaces: false
+ path_case: none
+ trim_whitespace: false
+ alt: ''
+ rel: ''
+ link_class: ''
+ prefix: ''
+ suffix: ''
+ target: ''
+ nl2br: false
+ max_length: 0
+ word_boundary: false
+ ellipsis: false
+ more_link: false
+ more_link_text: ''
+ more_link_path: ''
+ strip_tags: false
+ trim: false
+ preserve_tags: ''
+ html: false
+ element_type: code
+ element_class: ''
+ element_label_type: ''
+ element_label_class: ''
+ element_label_colon: true
+ element_wrapper_type: ''
+ element_wrapper_class: ''
+ element_default_classes: true
+ empty: ''
+ hide_empty: false
+ empty_zero: false
+ hide_alter_empty: true
+ click_sort_column: value
+ type: number_unformatted
+ settings: { }
+ group_column: value
+ group_columns: { }
+ group_rows: true
+ delta_limit: 0
+ delta_offset: 0
+ delta_reversed: false
+ delta_first_last: false
+ multi_type: separator
+ separator: ', '
+ field_api_classes: false
+ entity_type: taxonomy_term
+ entity_field: tid
+ plugin_id: field
+ name:
+ id: name
+ table: taxonomy_term_field_data
+ field: name
+ relationship: none
+ group_type: group
+ admin_label: ''
+ label: Name
+ exclude: false
+ alter:
+ alter_text: true
+ text: '
{{tid}}'
+ make_link: false
+ path: ''
+ absolute: false
+ external: false
+ replace_spaces: false
+ path_case: none
+ trim_whitespace: false
+ alt: ''
+ rel: ''
+ link_class: ''
+ prefix: ''
+ suffix: ''
+ target: ''
+ nl2br: false
+ max_length: 0
+ word_boundary: false
+ ellipsis: false
+ more_link: false
+ more_link_text: ''
+ more_link_path: ''
+ strip_tags: false
+ trim: false
+ preserve_tags: ''
+ html: false
+ element_type: code
+ element_class: ''
+ element_label_type: ''
+ element_label_class: ''
+ element_label_colon: true
+ element_wrapper_type: ''
+ element_wrapper_class: ''
+ element_default_classes: true
+ empty: ''
+ hide_empty: false
+ empty_zero: false
+ hide_alter_empty: true
+ click_sort_column: value
+ type: number_unformatted
+ settings: { }
+ group_column: value
+ group_columns: { }
+ group_rows: true
+ delta_limit: 0
+ delta_offset: 0
+ delta_reversed: false
+ delta_first_last: false
+ multi_type: separator
+ separator: ', '
+ field_api_classes: false
+ entity_type: taxonomy_term
+ entity_field: tid
+ plugin_id: field
+ name:
+ id: name
+ table: taxonomy_term_field_data
+ field: name
+ relationship: none
+ group_type: group
+ admin_label: ''
+ label: Name
+ exclude: false
+ alter:
+ alter_text: true
+ text: 'Ubuntu Regular - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ + + +Ubuntu Italic - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ + + +Ubuntu Bold - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ + + +Ubuntu Bold Italic - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ + + +Ubuntu Light - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ + + +Ubuntu Light Italic - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ + + +Ubuntu Medium - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ + + +Ubuntu Medium Italic - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ + + +Ubuntu Condensed Regular - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ +