Skip to content
Snippets Groups Projects
Commit 01a45de2 authored by David Galeano's avatar David Galeano Committed by Adam G-H
Browse files

Issue #3513359 by gxleano, thejimbirch, jurgenhaas, phenaproxima: Set Tagify...

Issue #3513359 by gxleano, thejimbirch, jurgenhaas, phenaproxima: Set Tagify widget as default when a new entity reference field is created
parent 4450ff6b
No related branches found
No related tags found
1 merge request!526Issue #3513359: Add Tagify settings to admin_ui and content_type_base recipes
Pipeline #450389 canceled
......@@ -9,6 +9,7 @@ install:
- gin_toolbar
- navigation
- sam
- tagify
- tagify_user_list
config:
import:
......@@ -34,5 +35,8 @@ config:
system.theme:
simpleConfigUpdate:
admin: gin
tagify.settings:
simpleConfigUpdate:
set_default_widget: true
user.role.authenticated:
grantPermission: 'access coffee'
......@@ -37,6 +37,7 @@ install:
- options
# Allow content types to configure whether editors can easily add menu links to them.
- menu_ui
- tagify
- tagify_user_list
config:
# Treat all field storages strictly, since they influence the database layout.
......@@ -78,6 +79,9 @@ config:
scheduler.settings:
simpleConfigUpdate:
hide_seconds: true
tagify.settings:
simpleConfigUpdate:
set_default_widget: true
trash.settings:
simpleConfigUpdate:
enabled_entity_types.node: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment