John Oleksowicz
5cd0294816
Fix slide-in animation value displayed in editor
...
This fixes a bug where the animation setting ("Show animation on
display") was not being displayed properly for previously-saved slide-in
forms immediately after loading the form in the editor.
The value was coming through as either 'right' or 'left' because the
`position` value was being referenced instead of `animation`.
Because 'right' and 'left' don't correspond to a slide-in animation
value, it always looked like the "Show animation on display" setting was
"No Animation" even if a different value was saved in the database.
This bug only affected the editor and only affected the display of the
value, not the ability to save a setting (the `animation` property was
always correctly referenced in map_form_data_before_saving.jsx)
MAILPOET-3263
2021-12-16 14:49:35 +01:00
Rostislav Wolny
abc965e143
Add support for colors in column block in form editor
...
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
8d0d2e168b
Add support for custom padding in form column
...
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
e5c90821be
Add support for isStackedOnMobile for columns
...
[MAILPOET-3564]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
bd41098e5e
Fix saving and rendering form columns widths
...
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Jan Lysý
c07cb227ab
Add comments to eslint exceptions
...
[MAILPOET-3511]
2021-03-30 14:05:47 +02:00
Jan Lysý
410c25482a
Fix code style by updated eslint
...
[MAILPOET-3511]
2021-03-30 14:05:47 +02:00
Pavel Dohnal
b89b018641
Fix align saving in the form editor
...
[MAILPOET-3512]
2021-03-29 09:45:28 +02:00
Rostislav Wolny
b48ff353a7
Fix form style font size settings input in form editor
...
[MAILPOET-3253]
2021-01-18 11:10:30 +01:00
Jan Lysý
3631113dfd
Add test for history_record reducer
...
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
75d451b9d1
Add tests for selectors hasEditorUndo & hasEditorRedo
...
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Pavel Dohnal
14b6b88f9b
Fix panel toggle for Gutenberg 9.1
...
[MAILPOET-3154]
2020-10-12 11:02:27 +02:00
Pavel Dohnal
f0e169ab0a
Add a js test
...
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
954e4db742
Add animation
...
[MAILPOET-3088]
2020-09-16 14:30:16 +02:00
Pavel Dohnal
f18889bd73
Display an error when saving form with empty list selection block
...
[MAILPOET-3112]
2020-09-02 13:59:56 +02:00
Pavel Dohnal
a1b0fe5916
Map form placement data to new structure on load
...
[MAILPOET-3072]
2020-09-02 13:17:44 +02:00
Pavel Dohnal
9e44c557fb
Map form placement data to new structure on save
...
[MAILPOET-3072]
2020-09-02 13:17:44 +02:00
Pavel Dohnal
188f64e068
Add tests
...
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
Rostislav Wolny
74ad8c4952
Add mapping for submit button gradient
...
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
Rostislav Wolny
3eb6513b0a
Add columns graditent mapping from blocks to server data
...
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
Rostislav Wolny
aeb2c0d391
Add columns gradient mapping from server data to block
...
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
Rostislav Wolny
42f174e880
Refactor form editor settings values in tests
...
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
Rostislav Wolny
49183478eb
Refactor input styles data to blocks input styles mapping to TS
...
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
Rostislav Wolny
6ce703ba98
Fix mapping custom font size value from server data
...
[MAILPOET-3007]
2020-06-30 09:32:11 +02:00
Rostislav Wolny
6d59143453
Save new typography settings in heading and paragraph block
...
[MAILPOET-3007]
2020-06-30 09:32:11 +02:00
Rostislav Wolny
ee70c2d5c5
Fix saving of custom colors for paragraph, heading and columns blocks
...
[MAILPOET-3010]
2020-06-23 14:07:09 +02:00
Rostislav Wolny
6a669ad620
Save heading background color in form editor
...
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
fb278924cc
Set form default styles in mapper
...
[MAILPOET-2938]
2020-06-08 20:56:17 +02:00
Rostislav Wolny
3276d32b60
Add default values for form placement settings
...
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
Rostislav Wolny
49ce4cfa1f
Add size settings to placement settings in preview
...
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
wxa
e9bbfbee46
Remove unnecessary custom CSS, change defualt form padding [MAILPOET-2869]
2020-05-21 09:30:51 +02:00
Rostislav Wolny
c99e04ad49
Fix form input padding mapping
...
[MAILPOET-2930]
2020-05-19 17:27:36 +02:00
Rostislav Wolny
62224de112
Use default input padding if not defined
...
[MAIPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
0c3b6db75f
Set default form padding when loading form settings from server
...
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
99f6bafd1f
Fix JS test name
...
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Pavel Dohnal
2c2ef3205c
Rename test
...
[MAILPOET-2835]
2020-05-06 16:26:42 +02:00
Pavel Dohnal
d21b7baa7f
Save and load divider attributes
...
[MAILPOET-2835]
2020-05-06 16:26:42 +02:00
Pavel Dohnal
f9ea393b07
Refactor function to a separate file
...
[MAILPOET-2835]
2020-05-06 16:26:42 +02:00
Rostislav Wolny
8dc3d5f493
Fix loading custom field from columns
...
[MAILPOET-2868]
2020-04-24 11:39:41 +02:00
Rostislav Wolny
936a75c277
Remove names from stored segment block values
...
[MAILPOET-2801]
2020-04-09 10:09:57 +02:00
Rostislav Wolny
201c1c7656
Allow saving form also when list selection with lists is present
...
[MAILPOET-2828]
2020-04-08 12:43:38 +02:00
Rostislav Wolny
63d6d463cb
Add support for image block link
...
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
Rostislav Wolny
072804a412
Add loading image blocks from server
...
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
Rostislav Wolny
3616f55df9
Add saving of form image blocks to server
...
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
Rostislav Wolny
d36c63fff7
Add other button style settings to panel
...
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
Rostislav Wolny
48bd3aed4a
Add style settings to button inspector control and store them
...
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
Pavel Dohnal
ea6f9bb76a
Fix tests
...
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
Pavel Dohnal
6fe3ff3fe1
Load paragraph block from server
...
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
Pavel Dohnal
718bc278f9
Save paragraph block to server
...
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
Rostislav Wolny
e9c3049576
Fix saving class name attributes for divider and custom html blocks
...
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00