mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-05 22:26:56 +02:00
Add support for admin based blueprints
This commit is contained in:
@@ -17,6 +17,10 @@ use RocketTheme\Toolbox\Session\Session;
|
||||
|
||||
class AdminPlugin extends Plugin
|
||||
{
|
||||
public $features = [
|
||||
'blueprints' => 1000,
|
||||
];
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
|
||||
9
blueprints/config/streams.yaml
Normal file
9
blueprints/config/streams.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
title: PLUGIN_ADMIN.FILE_STREAMS
|
||||
|
||||
form:
|
||||
validation: loose
|
||||
hidden: true
|
||||
|
||||
fields:
|
||||
schemes.xxx:
|
||||
type: array
|
||||
Reference in New Issue
Block a user