You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the json file generated by the pull-components command, the component_whitelist field for type "bloks" contains deleted blocks.
Expected behavior:
Deleted blocks should automatically be removed from the component_whitelist field. Currently the only way of solving this is to recreate the block that had the removed component white listed.
Steps to reproduce:
Create a block.
Create another block with a field of the types bloks and add the first block as a white listed component.
Run the pull-components command
Delete the first block from the workspace.
Run the pull-components command again
The deleted block is still in the component_whitelist field in the generated json file.
The text was updated successfully, but these errors were encountered:
Current behavior:
In the json file generated by the pull-components command, the component_whitelist field for type "bloks" contains deleted blocks.
Expected behavior:
Deleted blocks should automatically be removed from the component_whitelist field. Currently the only way of solving this is to recreate the block that had the removed component white listed.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: