24 lines
370 B
PHP
24 lines
370 B
PHP
|
<?php if(!defined('KIRBY')) exit ?>
|
||
|
|
||
|
title: Site
|
||
|
pages: default
|
||
|
fields:
|
||
|
title:
|
||
|
label: Title
|
||
|
type: text
|
||
|
author:
|
||
|
label: Author
|
||
|
type: text
|
||
|
description:
|
||
|
label: Description
|
||
|
type: markdown
|
||
|
keywords:
|
||
|
label: Keywords
|
||
|
type: tags
|
||
|
copyright:
|
||
|
label: Copyright
|
||
|
type: markdown
|
||
|
footerinfo:
|
||
|
label: Footer
|
||
|
type: markdown
|