rename align to text_align, so we can have item_align
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
options:
|
||||
- background
|
||||
- color
|
||||
- align
|
||||
- text_align
|
||||
- template: card_gap_square
|
||||
header: Narrow card with up down section
|
||||
text: Smaller image, large margins, possible subheader
|
||||
@ -20,7 +20,7 @@
|
||||
- background
|
||||
- color
|
||||
- order
|
||||
- align
|
||||
- text_align
|
||||
- subheader
|
||||
- template: card_normal_square
|
||||
header: Standard card with square image
|
||||
@ -31,7 +31,7 @@
|
||||
options:
|
||||
- background
|
||||
- color
|
||||
- align
|
||||
- text_align
|
||||
- subheader
|
||||
- template: card_normal_round
|
||||
header: Standard card with square image
|
||||
@ -42,7 +42,7 @@
|
||||
options:
|
||||
- background
|
||||
- color
|
||||
- align
|
||||
- text_align
|
||||
- template: form_field
|
||||
header: A single field in a form
|
||||
text: The header is the Name of the field, the description
|
||||
|
@ -27,7 +27,7 @@
|
||||
:values: none black_25 white_25 light_red_25 light_blue_25 solid_blue_25 solid_red_25
|
||||
:default: none
|
||||
:id: 5
|
||||
- :name: align
|
||||
- :name: text_align
|
||||
:description: Align text of children. Normal Word meaning
|
||||
:values: left center right
|
||||
:default: left
|
||||
@ -87,3 +87,9 @@
|
||||
:values: FormHandler
|
||||
:default: FormHandler
|
||||
:id: 16
|
||||
- :name: item_align
|
||||
:description: Alignment of actual children. Usually some kind of boxes.
|
||||
Does not affect text, see text_align
|
||||
:values: left center right
|
||||
:default: left
|
||||
:id: 17
|
||||
|
@ -37,13 +37,13 @@
|
||||
- color
|
||||
- subheader
|
||||
- text
|
||||
- align
|
||||
- text_align
|
||||
- button_link
|
||||
- button_text
|
||||
- template: section_full_image
|
||||
header: Full image header with adjustable text
|
||||
text: Large picture background with Header and text on top.
|
||||
Adjustable alignment (left, center, right).
|
||||
Adjustable text text alignment (left, center, right).
|
||||
Text may be slightly shaded for readability,
|
||||
text color can be changed too.
|
||||
fields:
|
||||
@ -52,12 +52,12 @@
|
||||
options:
|
||||
- fixed
|
||||
- color
|
||||
- align
|
||||
- text_align
|
||||
- shade_color
|
||||
- template: section_large_image
|
||||
header: Two third image header with adjustable text
|
||||
text: Large picture background with Header and text offset.
|
||||
Adjustable alignment (left, center, right).
|
||||
Adjustable text alignment (left, center, right).
|
||||
Text section may have background color.
|
||||
Text color can be changed too
|
||||
fields:
|
||||
|
Reference in New Issue
Block a user