mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-08 16:11:53 +02:00
Potentially fix language.support not being saved
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<div class="form-data block size-2-3"
|
||||
{% block global_attributes %}
|
||||
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') }}"
|
||||
{% endblock %}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user