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
Sometimes you have matrix blocktypes without fields such as some dividers or other fixed content that does not need to be edited. Currently when you rebuild the project with such empty blocks an exception is thrown in ProjectConfig line 1713
matrixSubFields is an array of all fields, and you build the matrix block types by those fields but since this block type has none you'll receive an undefined index exception.
The simple solution would be to include this
Description
Sometimes you have matrix blocktypes without fields such as some dividers or other fixed content that does not need to be edited. Currently when you rebuild the project with such empty blocks an exception is thrown in ProjectConfig line 1713
matrixSubFields
is an array of all fields, and you build the matrix block types by those fields but since this block type has none you'll receive an undefined index exception.The simple solution would be to include this
Steps to reproduce
project-config/rebuild
Additional info
The text was updated successfully, but these errors were encountered: