Problem/Motivation
Following #1535868: Convert all blocks into plugins, the node type visibility settings for a block instance are stored in that block instance's configuration file, and the {block_node_type} table is unused.
Proposed resolution
- Remove the
{block_node_type}table from the node schema. - Remove unused references to this table.
- Add the table to the list at #1860986: Drop left-over tables from 8.x
Related issues:
| Comment | File | Size | Author |
|---|---|---|---|
| block-node-type.patch | 2.1 KB | xjm |
Comments
Comment #2
xjmComment #3
tim.plunkettGreat. This helps out #1871696: Convert block instances to configuration entities to resolve architectural issues
Comment #4
catchCommitted/pushed to 8.x, thanks!