plusieurs liens dans actus #2460
This commit is contained in:
parent
a0fc50a1ca
commit
591b74135c
|
@ -12,7 +12,7 @@ type: link
|
||||||
settings: { }
|
settings: { }
|
||||||
module: link
|
module: link
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: 1
|
cardinality: -1
|
||||||
translatable: true
|
translatable: true
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
||||||
|
|
|
@ -3,6 +3,7 @@ langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- filter.format.wysiwyg
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
- node.type.equipe
|
- node.type.equipe
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
|
@ -12,6 +13,7 @@ dependencies:
|
||||||
- actions_permissions
|
- actions_permissions
|
||||||
- content_translation
|
- content_translation
|
||||||
- file
|
- file
|
||||||
|
- filter
|
||||||
- node
|
- node
|
||||||
- system
|
- system
|
||||||
- taxonomy
|
- taxonomy
|
||||||
|
@ -57,5 +59,6 @@ permissions:
|
||||||
- 'revert partenaire revisions'
|
- 'revert partenaire revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
- 'update content translations'
|
- 'update content translations'
|
||||||
|
- 'use text format wysiwyg'
|
||||||
- 'view static revisions'
|
- 'view static revisions'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
|
|
|
@ -3,6 +3,7 @@ langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- filter.format.wysiwyg
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
- node.type.equipe
|
- node.type.equipe
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
|
@ -10,6 +11,7 @@ dependencies:
|
||||||
- taxonomy.vocabulary.type_dactus
|
- taxonomy.vocabulary.type_dactus
|
||||||
module:
|
module:
|
||||||
- actions_permissions
|
- actions_permissions
|
||||||
|
- filter
|
||||||
- node
|
- node
|
||||||
- system
|
- system
|
||||||
- taxonomy
|
- taxonomy
|
||||||
|
@ -42,5 +44,6 @@ permissions:
|
||||||
- 'revert equipe revisions'
|
- 'revert equipe revisions'
|
||||||
- 'revert partenaire revisions'
|
- 'revert partenaire revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
|
- 'use text format wysiwyg'
|
||||||
- 'view static revisions'
|
- 'view static revisions'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
|
|
Loading…
Reference in New Issue