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
Depends on #23837 - load the descriptions and examples of individual components in the UI for tooltips and labels where-ever possible.
This includes bundling the schema as part of the webapp (right now only derived types are used during the build phase) and providing a helper function to easily load description, title and examples in the react components in the appropriate places. Ideally trying to load description/title/examples from a non-existing component (e.g. due to changes in the manifest) is causing a Typescript error.
Acceptance criteria
In all possible places, field label and tooltip are sourced from the schema title, description and example fields
The text was updated successfully, but these errors were encountered:
flash1293
changed the title
Use descriptions and examples in the builder UI
Use manifest schema descriptions and examples in the builder UI
Mar 27, 2023
Depends on #23837 - load the descriptions and examples of individual components in the UI for tooltips and labels where-ever possible.
This includes bundling the schema as part of the webapp (right now only derived types are used during the build phase) and providing a helper function to easily load description, title and examples in the react components in the appropriate places. Ideally trying to load description/title/examples from a non-existing component (e.g. due to changes in the manifest) is causing a Typescript error.
Acceptance criteria
The text was updated successfully, but these errors were encountered: