update to kirby 4.8
This commit is contained in:
commit
7d7df341d1
636 changed files with 139949 additions and 0 deletions
12
site/blueprints/blocks/collapsable-section.yml
Normal file
12
site/blueprints/blocks/collapsable-section.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
title: Section dépliable
|
||||
icon: angle-down
|
||||
fields:
|
||||
title:
|
||||
type: text
|
||||
blocks:
|
||||
label: Contenu
|
||||
type: blocks
|
||||
fieldsets:
|
||||
- text
|
||||
- image
|
||||
- quote
|
||||
18
site/blueprints/blocks/text.yml
Normal file
18
site/blueprints/blocks/text.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: field.blocks.text.name
|
||||
icon: text
|
||||
wysiwyg: true
|
||||
preview: text
|
||||
fields:
|
||||
text:
|
||||
type: writer
|
||||
# nodes: true
|
||||
marks:
|
||||
- callout
|
||||
- link
|
||||
nodes:
|
||||
- heading
|
||||
headings:
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
placeholder: field.blocks.text.placeholder
|
||||
17
site/blueprints/blocks/tmp-text.yml
Normal file
17
site/blueprints/blocks/tmp-text.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: field.blocks.text.name
|
||||
icon: text
|
||||
wysiwyg: true
|
||||
preview: text
|
||||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
nodes: false
|
||||
placeholder: field.blocks.text.placeholder
|
||||
buttons:
|
||||
- note
|
||||
- headlines
|
||||
- bold
|
||||
- italic
|
||||
- link
|
||||
- email
|
||||
- ul
|
||||
Loading…
Add table
Add a link
Reference in a new issue