Commit Graph

3114 Commits

Author SHA1 Message Date
Rostislav Wolny
e9c3049576 Fix saving class name attributes for divider and custom html blocks
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
162b968f09 Add acceptance test for input custom class name
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
060a6839c7 Render form block custom classes on frontend
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
72a0afa75b Refactor block renderers to use wrapper renderer
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
65afeca59e Add form block wrapper renderer
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
6c9d24a6ed Add saving and loading of custom classes
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
28327f9d0e Render input borders with custom styles as solid
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
4726b285c5 Add acceptance test for text input styles settings in form editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
760aed407f Render bold labels according to styles settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
4e8fda670c Render form input and textarea styles on frontend
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
af87ca3a7d Add border related settings to input style settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
eadd6af544 Add background color input style to styles settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
026a35fffb Add mapping of form API data format styles to block attributes
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
e6ceb97b18 Add mapping of block styles attribute to API data format
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
251c9ffd38 Add default inputs style settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
f7f09edaeb Ensure same success message in a form test
[MAILPOET-2797]
2020-03-19 10:00:24 +01:00
Pavel Dohnal
8c104d2842 Make sure level is always number
Gutenberg compares it using === and the toolbar in the sidebar doesn't work

[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
52d94256da Map heading colours
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Rostislav Wolny
3c32811720 Use block editor's color settings for block colors mapping
[MAILPOET-2754]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
2d4061b998 Render headings
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
1b05ea2e68 Create renderer for form headers
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
0c796e7a7d Remove redundant attributes
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
40ee30259d Load headings data
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
f465564d41 Save heading data
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Rostislav Wolny
126b69b750 Render proper font and background color for html block within column
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
1c0f5b875a Fix unique client ids for blocks
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
6e33cc80e2 Fix fields extraction for form data
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
b6f704c2a8 Simply color styles rendering in form columns
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
8a66fd1811 Use block editor's color settings for block colors mapping
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
5c20c11ac9 Update form validator to be able to check email and submit are present columns
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
3505ad65dc Re-enable columns and acceptance test
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Jan Jakeš
65ab8fd420 Fetch statistics for listing in batch
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
Jan Jakeš
310d658647 Add tests for remaining NewslettersListingRepository functionality
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
Jan Jakeš
cf88ada402 Rewrite old tests to NewslettersListingRepository tests
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
Jan Jakeš
82fe4e6c78 Add helper method for truncating entities in integration tests
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
Jan Jakeš
51882b43cf Add NewsletterListingRepository, use it for newsletters data
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
Rostislav Wolny
54c2b5b6ac Disable columns blocks in form editor
[MAILPOET-2609]
2020-03-11 16:20:46 +00:00
Rostislav Wolny
9378aef58c Move layout category above fields in block inserter
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
772df80f01 Change class name for columns with background
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
564c61a82b Add acceptance test for form with columns
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
d9d1f05119 Change form input wrappers to form p to div
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
7bf1b69a94 Update form::getFields to return also nested fields
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
6b718dfb2c Add background color indicating class also for custom backgrounds
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
cce9997084 Add custom text, background support to columns, column renderer
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
634bd391e1 Add custom class name support to columns/column
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
4acdb24af3 Add text color support to columns
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
747269d6ff Add support for basic background color
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
b036a466e5 Add vertical alignment support to columns renderer
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
d6b06ec371 Store columns block vertical alignment settings
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
Rostislav Wolny
b51ce7c1b2 Store columns block custom class name
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00