handled home loading if not available in dom (if drupalSettings.path.isFront == false)

This commit is contained in:
2019-06-04 22:38:44 +02:00
parent d8e5f93c14
commit 082e011fbb
22 changed files with 591 additions and 160 deletions

View File

@@ -77,9 +77,6 @@ module:
inline_entity_form: 0
interval: 0
jsonapi: 0
jsonrpc: 0
jsonrpc_core: 0
jsonrpc_discovery: 0
kint: 0
language: 0
link: 0
@@ -125,6 +122,7 @@ module:
search_api: 0
search_api_db: 0
search_api_solr: 0
search_api_solr_admin: 0
select_translation: 0
serialization: 0
simplenews: 0

View File

@@ -8,8 +8,8 @@ dependencies:
- taxonomy
- search_api
config:
- field.storage.node.body
- field.storage.node.field_famille
- field.storage.node.body
- field.storage.node.field_tags
- field.storage.taxonomy_term.field_synonyms
- field.storage.node.field_thesaurus
@@ -20,7 +20,7 @@ third_party_settings:
commit_before_finalize: false
commit_after_finalize: false
multilingual:
limit_to_content_language: false
limit_to_content_language: true
include_language_independent: true
highlighter:
maxAnalyzedChars: 51200

View File

@@ -20,6 +20,8 @@ permissions:
- 'create generique workflow_transition'
- 'create migration workflow_transition'
- 'create workflow workflow_transition'
- 'issue subrequests'
- 'restful get config_rest_resource'
- 'subscribe to newsletters'
- 'use text format wysiwyg'
- 'view commerce_product'

View File

@@ -26,9 +26,11 @@ permissions:
- 'edit own chutier entities'
- 'edit own composition entities'
- 'edit own fil entities'
- 'issue subrequests'
- 'manage own commerce_payment_method'
- 'materio_jsonapi ownroles'
- 'opt-in or out of matomo tracking'
- 'restful get config_rest_resource'
- 'subscribe to newsletters'
- 'use chutier'
- 'use text format wysiwyg'