2022-12-08 15:16:28 +01:00
|
|
|
---
|
2022-12-10 18:22:44 +01:00
|
|
|
- :name: fixed
|
|
|
|
:description: Paralax effect where background stays fixed during scrolling
|
|
|
|
:values: on off
|
|
|
|
:default: false
|
|
|
|
:id: 1
|
|
|
|
- :name: columns
|
|
|
|
:description: Number of columns in a layout that supports cards
|
2023-01-05 17:54:13 +01:00
|
|
|
:values: 1 2 3 4 5 6
|
2022-12-10 18:22:44 +01:00
|
|
|
:default: 3
|
|
|
|
:id: 2
|
|
|
|
- :name: background
|
|
|
|
:description: Background colors. Light colors stay with black text. Solid colors
|
|
|
|
invert to white text.
|
|
|
|
:values: white none light_blue light_gray light_orange solid_blue solid_red solid_indigo
|
|
|
|
:default: none
|
|
|
|
:id: 3
|
2023-01-18 23:07:52 +01:00
|
|
|
- :name: text_color
|
2022-12-10 18:22:44 +01:00
|
|
|
:description: Text colors. Don't use with solid background colors. Same colors as
|
|
|
|
background available. Default none, meas as parent.
|
|
|
|
:values: none white black light_blue light_gray solid_black solid_blue solid_red
|
|
|
|
solid_indigo
|
|
|
|
:default: none
|
|
|
|
:id: 4
|
|
|
|
- :name: shade_color
|
|
|
|
:description: Color of transparent shaded area. The number means transparency.
|
|
|
|
:values: none black_25 white_25 light_red_25 light_blue_25 solid_blue_25 solid_red_25
|
|
|
|
:default: none
|
|
|
|
:id: 5
|
2022-12-15 13:25:57 +01:00
|
|
|
- :name: text_align
|
2022-12-10 18:22:44 +01:00
|
|
|
:description: Align text of children. Normal Word meaning
|
|
|
|
:values: left center right
|
2023-01-01 13:33:12 +01:00
|
|
|
:default: center
|
2022-12-10 18:22:44 +01:00
|
|
|
:id: 6
|
|
|
|
- :name: order
|
|
|
|
:description: For two column layout determine order of sub-cards Values of left
|
|
|
|
and right usually refer to where the image is For cards it can also mean up and
|
|
|
|
down
|
|
|
|
:values: left right
|
|
|
|
:default: left
|
|
|
|
:id: 7
|
|
|
|
- :name: margin
|
|
|
|
:description: Most sections have standard margin of 20. This option makes it possible
|
|
|
|
to remove that
|
2023-01-28 13:37:08 +01:00
|
|
|
:values: none small medium large
|
|
|
|
:default: large
|
2022-12-10 18:22:44 +01:00
|
|
|
:id: 8
|
|
|
|
- :name: button_text
|
|
|
|
:description: Text for an optional button. Must also set button_link
|
|
|
|
:values:
|
|
|
|
:default:
|
|
|
|
:id: 9
|
|
|
|
- :name: subheader
|
|
|
|
:description: Smaller header between Header and text
|
|
|
|
:values:
|
|
|
|
:default:
|
|
|
|
:id: 10
|
|
|
|
- :name: text
|
|
|
|
:description: Second text. Just a second paragraph
|
|
|
|
:values:
|
|
|
|
:default:
|
|
|
|
:id: 11
|
|
|
|
- :name: button_link
|
|
|
|
:description: Link for an option button. Must also set button_text. Link must be
|
|
|
|
a page name, ie only internal links allowed.
|
|
|
|
:values:
|
|
|
|
:default:
|
|
|
|
:id: 12
|
|
|
|
- :name: compulsory
|
|
|
|
:description: Form fields may be compulsory or not. By default they are.
|
|
|
|
:values: yes no
|
|
|
|
:default: false
|
|
|
|
:id: 13
|
|
|
|
- :name: form_type
|
|
|
|
:description: Form fields may have a type for special handling. The default is text
|
2022-12-08 23:53:15 +01:00
|
|
|
but message would be a longer text, and email checked to be a name.
|
2022-12-10 18:22:44 +01:00
|
|
|
:values: text message email phone date
|
|
|
|
:default: text
|
|
|
|
:id: 14
|
|
|
|
- :name: ok_message
|
|
|
|
:description: Message shown to the user when a form was submitted
|
|
|
|
:values:
|
|
|
|
:default:
|
|
|
|
:id: 15
|
|
|
|
- :name: handler
|
|
|
|
:description: Form handler
|
|
|
|
:values: FormHandler
|
|
|
|
:default: FormHandler
|
|
|
|
:id: 16
|
2022-12-15 13:25:57 +01:00
|
|
|
- :name: item_align
|
|
|
|
:description: Alignment of actual children. Usually some kind of boxes.
|
|
|
|
Does not affect text, see text_align
|
|
|
|
:values: left center right
|
2023-01-01 13:33:12 +01:00
|
|
|
:default: center
|
2022-12-15 13:25:57 +01:00
|
|
|
:id: 17
|
2022-12-19 20:42:03 +01:00
|
|
|
- :name: meta
|
|
|
|
:description: Meta tag for page
|
|
|
|
:values:
|
|
|
|
:default:
|
|
|
|
:id: 18
|
2022-12-28 11:18:42 +01:00
|
|
|
- :name: published_date
|
2022-12-26 23:50:40 +01:00
|
|
|
:description: Date when the blog is published
|
2022-12-28 11:18:42 +01:00
|
|
|
:type: date
|
2022-12-26 23:50:40 +01:00
|
|
|
:values:
|
|
|
|
:default:
|
|
|
|
:id: 19
|
2022-12-28 11:18:42 +01:00
|
|
|
- :name: date_precision
|
|
|
|
:description: Either the axact day, or something like in the middle
|
|
|
|
of October, or the end of December
|
|
|
|
:values: precise rough
|
|
|
|
:default: precise
|
|
|
|
:id: 20
|
2023-01-01 13:33:12 +01:00
|
|
|
- :name: image_align
|
|
|
|
:description: Alignment of images. This affect what stays visible
|
|
|
|
on different size screens. Default is center, but if the focus
|
2023-01-16 22:18:49 +01:00
|
|
|
of the image is left or right, that may be choosen.
|
2023-01-20 14:40:41 +01:00
|
|
|
:values: left-top left left-bottom top center bottom right-top right right-bottom
|
2023-01-01 13:33:12 +01:00
|
|
|
:default: center
|
|
|
|
:id: 21
|
2023-01-29 12:48:37 +01:00
|
|
|
- :name: text_columns
|
|
|
|
:description: Number of text columns in a newspaper style layout
|
|
|
|
:values: 2 3 4 5
|
|
|
|
:default: 3
|
|
|
|
:id: 22
|