CodeChrisB / JackModBox

1 stars 0 forks source link

Custom Editor ignore fields on created #51

Closed CodeChrisB closed 1 year ago

CodeChrisB commented 1 year ago

The Custom Editor can ignore props but currently is not able to do this via its editorValues right after being started.

The props for Madverse City RapBattleStandardPromptRound1.jet could be ['a.text','a.verb']

these props are even more diffucult since they are nested props so even more testing is required

Task is done if in this example only the text and verb prompt are only shown when clicked on the FastAcessButton

CodeChrisB commented 1 year ago

The Ignore tab does not specify nested props it just has a list of all the props