add blueprint
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/system/blueprints/pages/modular.yaml',
|
||||
'modified' => 1529597236,
|
||||
'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/recit.yaml',
|
||||
'modified' => 1531324642,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.MODULAR',
|
||||
'extends@' => 'default',
|
||||
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/links.yaml',
|
||||
'modified' => 1531324728,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.MODULAR',
|
||||
'extends@' => 'default',
|
||||
'form' => [
|
||||
'fields' => [
|
||||
'tabs' => [
|
||||
'type' => 'tabs',
|
||||
'active' => 1,
|
||||
'fields' => [
|
||||
'content' => [
|
||||
'fields' => [
|
||||
'modular_title' => [
|
||||
'type' => 'spacer',
|
||||
'title' => 'PLUGIN_ADMIN.MODULAR_SETUP'
|
||||
],
|
||||
'header.content.items' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ITEMS',
|
||||
'default' => '@self.modular',
|
||||
'size' => 'medium'
|
||||
],
|
||||
'header.content.order.by' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ORDER_BY',
|
||||
'placeholder' => 'date',
|
||||
'help' => NULL,
|
||||
'size' => 'small'
|
||||
],
|
||||
'header.content.order.dir' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ORDER',
|
||||
'help' => '"desc" or "asc" are valid values',
|
||||
'placeholder' => 'desc',
|
||||
'size' => 'small'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/streetmap.yaml',
|
||||
'modified' => 1531324747,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.MODULAR',
|
||||
'extends@' => 'default',
|
||||
'form' => [
|
||||
'fields' => [
|
||||
'tabs' => [
|
||||
'type' => 'tabs',
|
||||
'active' => 1,
|
||||
'fields' => [
|
||||
'content' => [
|
||||
'fields' => [
|
||||
'modular_title' => [
|
||||
'type' => 'spacer',
|
||||
'title' => 'PLUGIN_ADMIN.MODULAR_SETUP'
|
||||
],
|
||||
'header.content.items' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ITEMS',
|
||||
'default' => '@self.modular',
|
||||
'size' => 'medium'
|
||||
],
|
||||
'header.content.order.by' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ORDER_BY',
|
||||
'placeholder' => 'date',
|
||||
'help' => NULL,
|
||||
'size' => 'small'
|
||||
],
|
||||
'header.content.order.dir' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ORDER',
|
||||
'help' => '"desc" or "asc" are valid values',
|
||||
'placeholder' => 'desc',
|
||||
'size' => 'small'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/reseausociaux.yaml',
|
||||
'modified' => 1531324735,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.MODULAR',
|
||||
'extends@' => 'default',
|
||||
'form' => [
|
||||
'fields' => [
|
||||
'tabs' => [
|
||||
'type' => 'tabs',
|
||||
'active' => 1,
|
||||
'fields' => [
|
||||
'content' => [
|
||||
'fields' => [
|
||||
'modular_title' => [
|
||||
'type' => 'spacer',
|
||||
'title' => 'PLUGIN_ADMIN.MODULAR_SETUP'
|
||||
],
|
||||
'header.content.items' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ITEMS',
|
||||
'default' => '@self.modular',
|
||||
'size' => 'medium'
|
||||
],
|
||||
'header.content.order.by' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ORDER_BY',
|
||||
'placeholder' => 'date',
|
||||
'help' => NULL,
|
||||
'size' => 'small'
|
||||
],
|
||||
'header.content.order.dir' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.ORDER',
|
||||
'help' => '"desc" or "asc" are valid values',
|
||||
'placeholder' => 'desc',
|
||||
'size' => 'small'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/config/system.yaml',
|
||||
'modified' => 1531320856,
|
||||
'modified' => 1531324256,
|
||||
'data' => [
|
||||
'absolute_urls' => false,
|
||||
'param_sep' => ':',
|
||||
|
||||
Reference in New Issue
Block a user