ignored some flag and flag_lists config files
This commit is contained in:
parent
fb7acbe3ed
commit
ce31859bb6
|
@ -2,6 +2,8 @@ ignored_config_entities:
|
||||||
- system.performance
|
- system.performance
|
||||||
- devel.settings
|
- devel.settings
|
||||||
- piwik.settings
|
- piwik.settings
|
||||||
|
- 'system.action.flag_action.*'
|
||||||
|
- 'flag.flag.*'
|
||||||
langcode: fr
|
langcode: fr
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
|
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
uuid: 19f6415c-55ae-4d43-9804-3b6c9725eb29
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- flag.flag.dossier
|
||||||
|
module:
|
||||||
|
- flag
|
||||||
|
id: flag_action.dossier_flag
|
||||||
|
label: 'Flag this item'
|
||||||
|
type: node
|
||||||
|
plugin: 'flag_action:dossier_flag'
|
||||||
|
configuration:
|
||||||
|
flag_id: dossier
|
||||||
|
flag_action: flag
|
|
@ -0,0 +1,15 @@
|
||||||
|
uuid: ee3693e6-2a01-4850-a464-099930242d42
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- flag.flag.dossier
|
||||||
|
module:
|
||||||
|
- flag
|
||||||
|
id: flag_action.dossier_unflag
|
||||||
|
label: 'Unflag this item'
|
||||||
|
type: node
|
||||||
|
plugin: 'flag_action:dossier_unflag'
|
||||||
|
configuration:
|
||||||
|
flag_id: dossier
|
||||||
|
flag_action: unflag
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: b883b2b8-2955-4df1-987b-10a5e1488fd2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- flag.flag.flag_list_template_1
|
||||||
|
module:
|
||||||
|
- flag
|
||||||
|
_core:
|
||||||
|
default_config_hash: LkE1QB2Y0oqjrb33mVsdE0cSy6E9wujJklHGqH91GvE
|
||||||
|
id: flag_action.flag_list_template_1_flag
|
||||||
|
label: 'Add this item to a list'
|
||||||
|
type: node
|
||||||
|
plugin: 'flag_action:flag_list_template_1_flag'
|
||||||
|
configuration:
|
||||||
|
flag_id: flag_list_template_1
|
||||||
|
flag_action: flag
|
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: 657ee4d7-61e7-4466-b6d5-37270056d4ef
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- flag.flag.flag_list_template_1
|
||||||
|
module:
|
||||||
|
- flag
|
||||||
|
_core:
|
||||||
|
default_config_hash: dkSOtOrwdYQJVIAi2LOYl8XRZCqSIIIb0Hb9J-2NNug
|
||||||
|
id: flag_action.flag_list_template_1_unflag
|
||||||
|
label: 'Remove this item from the list'
|
||||||
|
type: node
|
||||||
|
plugin: 'flag_action:flag_list_template_1_unflag'
|
||||||
|
configuration:
|
||||||
|
flag_id: flag_list_template_1
|
||||||
|
flag_action: unflag
|
Loading…
Reference in New Issue