Initial commit
This commit is contained in:
commit
388079e6bb
1108 changed files with 330121 additions and 0 deletions
25
site/blueprints/blocks/interview.yml
Normal file
25
site/blueprints/blocks/interview.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name: Interview
|
||||
icon: question
|
||||
wysiwyg: true
|
||||
preview: text
|
||||
fields:
|
||||
alignment:
|
||||
type: toggles
|
||||
label: Alignement
|
||||
options:
|
||||
- value: justify
|
||||
text: Justify
|
||||
icon: text-justify
|
||||
- value: left
|
||||
text: Left
|
||||
icon: text-left
|
||||
- value: center
|
||||
text: Center
|
||||
icon: text-center
|
||||
- value: right
|
||||
text: Right
|
||||
icon: text-right
|
||||
text:
|
||||
type: writer
|
||||
nodes: true
|
||||
placeholder: field.blocks.text.placeholder
|
||||
Loading…
Add table
Add a link
Reference in a new issue