Update Kirby and add password guard
This commit is contained in:
parent
aaf1aa7890
commit
55d4e45891
987 changed files with 160116 additions and 66454 deletions
2
private/kirby/config/blocks/list/list.php
Normal file
2
private/kirby/config/blocks/list/list.php
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?php /** @var \Kirby\Cms\Block $block */ ?>
|
||||
<?= $block->text();
|
||||
8
private/kirby/config/blocks/list/list.yml
Normal file
8
private/kirby/config/blocks/list/list.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: field.blocks.list.name
|
||||
icon: list-bullet
|
||||
wysiwyg: true
|
||||
preview: list
|
||||
fields:
|
||||
text:
|
||||
label: field.blocks.list.name
|
||||
type: list
|
||||
Loading…
Add table
Add a link
Reference in a new issue