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
As discussed in this PR thread, the labels and tooltips of the fields in the Builder UI are currently hard-coded in the typescript code, and they are not added to our internationalization framework.
This was done to keep the effort of maintaining these fields and adding new ones low, and because the plan is to eventually pull these values in from the manifest JSON schema itself.
This ticket is meant to address that latter point, once the schema has been decoupled from the python backend, and is integrated more tightly into the builder frontend.
Depends on #23837 - load the descriptions and examples of individual components in the UI for tooltips and labels where-ever possible.
Acceptance Criteria:
A helper function exists in the webapp to pull descriptions, titles, and examples from a path in the connector manifest json schema
The text was updated successfully, but these errors were encountered:
As discussed in this PR thread, the labels and tooltips of the fields in the Builder UI are currently hard-coded in the typescript code, and they are not added to our internationalization framework.
This was done to keep the effort of maintaining these fields and adding new ones low, and because the plan is to eventually pull these values in from the manifest JSON schema itself.
This ticket is meant to address that latter point, once the schema has been decoupled from the python backend, and is integrated more tightly into the builder frontend.
Depends on #23837 - load the descriptions and examples of individual components in the UI for tooltips and labels where-ever possible.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: