mirror of
https://github.com/getgrav/grav.git
synced 2026-07-11 11:22:28 +02:00
Added custom field page_access for new access selector
This commit is contained in:
@@ -19,6 +19,16 @@ form:
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
|
||||
header.page_access:
|
||||
type: page_access
|
||||
label: PLUGIN_ADMIN.PAGE_ACCESS
|
||||
help: PLUGIN_ADMIN.PAGE_ACCESS_HELP
|
||||
ignore_empty: true
|
||||
validate:
|
||||
type: array
|
||||
value_type: bool
|
||||
|
||||
header.access:
|
||||
type: permissions
|
||||
toggleable: true
|
||||
|
||||
Reference in New Issue
Block a user