mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-15 12:03:28 +02:00
Fix move page field
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% set form_id = form_id ? form_id : 'blueprints' %}
|
||||
{% set scope = scope ?: 'data.' %}
|
||||
|
||||
<form id="{{ form_id }}" method="post" data-grav-form="{{ form_id }}" data-page-move>
|
||||
{% for field in blueprints.fields %}
|
||||
|
||||
Reference in New Issue
Block a user