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