Enhanced element creation and form controls
This release streamlines element creation workflows and provides better control over form inputs in the Designer API.
Enhanced bulk element creation
- Set text and style during creation: The element builder now supports setting text and style properties during element creation, eliminating the need for separate API calls after creation. This improves developer experience and performance.
Workspace information in site details
- Access workspace context: The Get Site Information method now includes workspace details:
workspaceId
- Unique identifier for the workspaceworkspaceSlug
- URL-friendly workspace identifier
Improved form input controls
- Better form customization: New methods provide enhanced control over form inputs:
- Get input type - Retrieves the HTML type of a
FormTextInput
field - Set input type - Sets the HTML type of a
FormTextInput
field
- Get input type - Retrieves the HTML type of a