mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-07 14:42:22 +02:00
Drop dump
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
{% set sub_taxonomies = attribute(grav.taxonomy.taxonomy, name)|default([])|keys %}
|
||||
{% set list = []|merge(sub_taxonomies)|merge(value) %}
|
||||
|
||||
{{ dump(value) }}
|
||||
{% set field = {
|
||||
type: 'select',
|
||||
classes: 'fancy create',
|
||||
@@ -20,6 +19,5 @@
|
||||
}
|
||||
} %}
|
||||
|
||||
|
||||
{% include ['forms/fields/select/select.html.twig'] %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user