mep_content+backgroundradiant
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/anissabensalah.net/user/accounts/admin.yaml',
|
||||
'modified' => 1527087473,
|
||||
'data' => [
|
||||
'email' => 'kevin@figureslibres.io',
|
||||
'fullname' => 'Kevin Tessier',
|
||||
'title' => 'Administrator',
|
||||
'state' => 'enabled',
|
||||
'access' => [
|
||||
'admin' => [
|
||||
'login' => true,
|
||||
'super' => true
|
||||
],
|
||||
'site' => [
|
||||
'login' => true
|
||||
]
|
||||
],
|
||||
'hashed_password' => '$2y$10$RCP2WDnZ7pI7kmo8dy5mKu6jTiKoaCNGdvupC1lLqo6WVCuna4WxC'
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/blueprints/modular/text.yaml',
|
||||
'modified' => 1527502649,
|
||||
'data' => [
|
||||
'title' => 'Text',
|
||||
'@extends' => 'default',
|
||||
'form' => [
|
||||
'fields' => [
|
||||
'tabs' => [
|
||||
'fields' => [
|
||||
'content' => [
|
||||
'fields' => [
|
||||
'header.media_order' => [
|
||||
'label' => 'Page Media (first one will be displayed next to your content)'
|
||||
],
|
||||
'header.image_align' => [
|
||||
'type' => 'select',
|
||||
'label' => 'Image position',
|
||||
'classes' => 'fancy',
|
||||
'default' => 'left',
|
||||
'options' => [
|
||||
'left' => 'Left',
|
||||
'right' => 'Right'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user