Replies: 1 comment
|
Good point! Will think about this to see if that experience can be improved |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Let's imagine we create a block v1.0 text with 3 options:
-> font-size
-> text-color
-> text-background-color
all blocks are created in the database as json
with
Let's now deploy a new version of the block v1.1
the block options is now containing a new option and add some refactoring
-> margin
-> font-size
-> text-color -> TO color
-> text-background-color -> TO background-color
When loading blocks paver will complain that color, background-color is not existing
This is adding a complexity for the maintenance of blocks.
All reactions