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
I just created a new extension. Just basic infos and created one Domain object with two properties.
Saving works fine and database definition all is ok.
Now I load it in the extensionBuilder and the two properties I defined show up as "undefined" and are empty.
Saving of course gives error. I tried to reenter the values for the properties. Saved, reopened. Same problem.
Tried with "typo3-12-reactjs" and with "v12-load-old-extensions" - same problem
@bytesinmotion I created a folder with the extension key and moved your json file inside.
After this I could open and also change your mini-extension. I added the field description and it was saved in the extension.
I also could open another module in the BE and open the extension again in Extension Builder.
I used the branch typo3-12-reactjs.
So perhaps you've to pull to update the branch?
Perfect. Yeah I haven't needed the extension_builder since when I posted this issue.
I need to create a new custom extension now and saw no update so I just wanted to confirm. Thanks!
I just created a new extension. Just basic infos and created one Domain object with two properties.
Saving works fine and database definition all is ok.
Now I load it in the extensionBuilder and the two properties I defined show up as "undefined" and are empty.
Saving of course gives error. I tried to reenter the values for the properties. Saved, reopened. Same problem.
Tried with "typo3-12-reactjs" and with "v12-load-old-extensions" - same problem
Attached the simple definition
ExtensionBuilder.json
The text was updated successfully, but these errors were encountered: