mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 04:46:03 +01:00
Merge branch 'develop' of bitbucket.org:rockettheme/grav-plugin-admin into develop
# By Djamil Legato # Via Djamil Legato * 'develop' of bitbucket.org:rockettheme/grav-plugin-admin: Potentially fix language.support not being saved
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<div class="form-data block size-2-3"
|
<div class="form-data block size-2-3"
|
||||||
{% block global_attributes %}
|
{% block global_attributes %}
|
||||||
data-grav-field="{{ field.type }}"
|
data-grav-field="{{ field.type }}"
|
||||||
data-grav-disabled="{{ originalValue is null ? 'true' : 'false' }}"
|
{#data-grav-disabled="{{ originalValue is null ? 'true' : 'false' }}"#}
|
||||||
data-grav-default="{{ field.default|json_encode()|e('html_attr') }}"
|
data-grav-default="{{ field.default|json_encode()|e('html_attr') }}"
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user