add font
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints/modular/text.yaml',
|
||||
'modified' => 1533014916,
|
||||
'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