This has led to a block list with an empty element type that cannot be deleted and the add button does not work either.
Q1- is this worth adding as an issue in github?
Q2- which table holds the definition for the blocklist datatype? (I assume that I can remove the now-deleted id from a list (JSON) and the list will return to normal...
Block Editor Foolproofing
Issue -
This has led to a block list with an empty element type that cannot be deleted and the add button does not work either.
Q1- is this worth adding as an issue in github?
Q2- which table holds the definition for the blocklist datatype? (I assume that I can remove the now-deleted id from a list (JSON) and the list will return to normal...
Hi Ault,
It's totally worth adding as an issue - not being able to recover from this is a problem.
/Chriztian
In case anyone is looking... the json is in the table: umbracoDataType
However, it will only be indexed by NodeID.
To find the NodeID for the blocklist, go to it's "info" tab in the datatype editor...
is working on a reply...