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
Each key is either a string or an array of strings, both of which are parsed by BlockArgumentParser.blockOrTag().
I'm probably going to PR a change later that does this. (it's a not-too invasive change in StructureTemplate.parse, as well as a few additional utility classes just to make the code cleaner and avoid the anonymous classes.)
The text was updated successfully, but these errors were encountered:
Support using structure block keys which contain a list of items
For example:
Each key is either a string or an array of strings, both of which are parsed by
BlockArgumentParser.blockOrTag()
.I'm probably going to PR a change later that does this. (it's a not-too invasive change in
StructureTemplate.parse
, as well as a few additional utility classes just to make the code cleaner and avoid the anonymous classes.)The text was updated successfully, but these errors were encountered: