Changes between Version 3 and Version 4 of Ticket #3789, comment 2
- Timestamp:
- 09/10/2018 02:39:16 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3789, comment 2
v3 v4 35 35 - Currently is added to the `widgets` category for blocks and just has a simple "list" icon. This can change. 36 36 - Allows for modification of the various sections of the markup (body, title, emphasis) for two states: outdated, up-to-date. 37 - Has immediate preview of changes in markup available in the editor (it is _not_ using `<ServerSideRender>` because the block is simple so quicker to do js preview ).37 - Has immediate preview of changes in markup available in the editor (it is _not_ using `<ServerSideRender>` because the block is simple so quicker to do js preview. Also, no need for unnecessary round-trips to the server). 38 38 - Has a method of toggling between out-dated preview and up-to-date php version preview. 39 39 - Allows for setting what the minimum php version is used to consider for "up-to-date" messaging.