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 have an extension for books where each books contains multiple chapters. I'd like to be able to update these chapters in the builder, so I have the following in extensions.json.
The problem with this is that the schema for whichever of these is listed first is the one which appears for both of them. If I list chapters first and try to create a book in the builder, the UI will show the schema for creating a chapter. If I list books first and try to create a chapter in the builder, the UI will show the schema for creating a book.
I assume this is a bug and would greatly appreciate having it looked at!
The text was updated successfully, but these errors were encountered:
Hello!
I have an extension for books where each books contains multiple chapters. I'd like to be able to update these chapters in the builder, so I have the following in
extensions.json
.The problem with this is that the schema for whichever of these is listed first is the one which appears for both of them. If I list chapters first and try to create a book in the builder, the UI will show the schema for creating a chapter. If I list books first and try to create a chapter in the builder, the UI will show the schema for creating a book.
I assume this is a bug and would greatly appreciate having it looked at!
The text was updated successfully, but these errors were encountered: