appsmith
appsmith copied to clipboard
[Task]: Add Zone & Section to Hubspot plugin form
Design: https://www.figma.com/design/8L9BXMzNTKboGWlHpdXyYP/Appsmith-IDE?node-id=240-16068&node-type=FRAME&t=a02mY5k4Qga02oV8-0
Checklist
- [ ] Add
SECTION_V2,SINGLE_COLUMN_ZONE, andDOUBLE_COLUMN_ZONEas per design. - [ ] Check and remove custom styles if it defies new section and zone component styles.
- [ ] Ensure the identifiers are added for sections and zones as it is important for conditional statements to work.
- [ ] When removing an old section, ensure that its conditions are accurately transferred and incorporated into the new zones and sections.
- [ ] All fields/form controls should be inside either a
SINGLE_COLUMN_ZONEorDOUBLE_COLUMN_ZONE. - [ ] Verify the integrity of the migration by comparing it with the production before committing the code.