mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-31 11:50:19 +01:00
Define blueprints if not defined
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% set form_id = form_id ? form_id : 'blueprints' %}
|
||||
{% set blueprints = blueprints ?? form.blueprint %}
|
||||
{% set form_id = form_id ?? 'blueprints' %}
|
||||
{% set scope = scope ?: 'data.' %}
|
||||
|
||||
{% if admin.findFormFields('file', blueprints.fields) %}
|
||||
|
||||
Reference in New Issue
Block a user