Changes between Initial Version and Version 1 of Ticket #58590
- Timestamp:
- 06/21/2023 12:25:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58590
-
Property
Component
changed from
GeneraltoEditor
-
Property
Component
changed from
-
Ticket #58590 – Description
initial v1 1 1 Bring the support for shadow with in templates. 2 2 Following are the proposed supports. 3 3 {{{ 4 4 <!-- wp:post-title {"shadow":"natural"} /--> 5 5 <!-- wp:post-title {"style":{"shadow": "10px 10px 10px 10px #000"}} /--> 6 6 }}} 7 7 Note: The block must have the supports for "shadow" enabled for this to apply in the UI. 8 8