feat: use yml & more icons
This commit is contained in:
parent
87df343627
commit
0887da0fb7
7 changed files with 13 additions and 11 deletions
|
@ -1,5 +1,3 @@
|
|||
<?php if(!defined('KIRBY')) exit ?>
|
||||
|
||||
title: Error
|
||||
pages: false
|
||||
files: false
|
|
@ -1,5 +1,3 @@
|
|||
<?php if(!defined('KIRBY')) exit ?>
|
||||
|
||||
title: Home
|
||||
pages: false
|
||||
fields:
|
|
@ -1,5 +1,3 @@
|
|||
<?php if(!defined('KIRBY')) exit ?>
|
||||
|
||||
icon: file-text
|
||||
|
||||
title: Note
|
12
site/blueprints/notes.yml
Normal file
12
site/blueprints/notes.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
icon: pencil
|
||||
|
||||
title: Page
|
||||
pages: true
|
||||
files: true
|
||||
fields:
|
||||
title:
|
||||
label: Title
|
||||
type: text
|
||||
text:
|
||||
label: Text
|
||||
type: markdown
|
|
@ -1,6 +1,4 @@
|
|||
<?php if(!defined('KIRBY')) exit ?>
|
||||
|
||||
icon: pencil
|
||||
icon: file
|
||||
|
||||
title: Projects
|
||||
pages: false
|
|
@ -1,5 +1,3 @@
|
|||
<?php if(!defined('KIRBY')) exit ?>
|
||||
|
||||
title: Site
|
||||
pages: default
|
||||
fields:
|
Loading…
Reference in a new issue