mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 14:36:16 +02:00
Added raw root page support for Flex Pages
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
## mm/dd/2019
|
||||
|
||||
1. [](#new)
|
||||
* Added ability to display **Changelogs** for `Grav`, `Plugins` and `Themes`
|
||||
* Added ability to display **Changelogs** for `Grav`, `Plugins` and `Themes`
|
||||
* Added raw root page support for `Flex Pages`
|
||||
|
||||
# v1.10.0-rc.2
|
||||
## 12/04/2019
|
||||
|
||||
1. [](#new)
|
||||
* Added support for hiding parts of admin by `Deny` permissions (`Flex Users` only)
|
||||
* Added support for hiding parts of admin by `Deny` permissions (`Flex Users` only)
|
||||
* Optimized `parent` field for Flex Pages
|
||||
1. [](#improved)
|
||||
* Improved `permissions` field to add support for displaying calculated permissions
|
||||
@@ -132,7 +133,7 @@
|
||||
1. [](#improved)
|
||||
* Various admin performance improvements
|
||||
1. [](#bugfix)
|
||||
* Fixed admin caching issues
|
||||
* Fixed admin caching issues
|
||||
|
||||
# v1.9.12
|
||||
## 12/04/2019
|
||||
|
||||
34
blueprints/admin/pages/root_raw.yaml
Normal file
34
blueprints/admin/pages/root_raw.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
rules:
|
||||
slug:
|
||||
pattern: '[a-zA-Zа-яA-Я0-9_\-]+'
|
||||
min: 1
|
||||
max: 200
|
||||
|
||||
form:
|
||||
validation: loose
|
||||
fields:
|
||||
|
||||
tabs:
|
||||
type: tabs
|
||||
active: 1
|
||||
|
||||
fields:
|
||||
content:
|
||||
type: tab
|
||||
title: PLUGIN_ADMIN.CONTENT
|
||||
|
||||
fields:
|
||||
frontmatter:
|
||||
classes: frontmatter
|
||||
type: editor
|
||||
label: PLUGIN_ADMIN.FRONTMATTER
|
||||
autofocus: true
|
||||
codemirror:
|
||||
mode: 'yaml'
|
||||
indentUnit: 4
|
||||
autofocus: true
|
||||
indentWithTabs: false
|
||||
lineNumbers: true
|
||||
styleActiveLine: true
|
||||
gutters: ['CodeMirror-lint-markers']
|
||||
lint: true
|
||||
Reference in New Issue
Block a user