chore: add zone, section, table, button, modal in data requried's exclude list (#34997)
/ok-to-test tags="@tag.Anvil" <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/9973739413> > Commit: 7257b78f685484fdd32a1e451e33f514af92ded7 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9973739413&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Anvil` > Spec: > <hr>Wed, 17 Jul 2024 12:19:38 UTC <!-- end of auto-generated comment: Cypress test results --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added exclusion of new widget types (Zone, Section, Modal, Button, and Table) from the Property Pane view. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro-2.local>
This commit is contained in:
parent
a46c731179
commit
045e68f56c
|
|
@ -66,6 +66,11 @@ export const excludeList: WidgetType[] = [
|
|||
"BUTTON_WIDGET_V2",
|
||||
"JSON_FORM_WIDGET",
|
||||
"CUSTOM_WIDGET",
|
||||
"ZONE_WIDGET",
|
||||
"SECTION_WIDGET",
|
||||
"WDS_MODAL_WIDGET",
|
||||
"WDS_BUTTON_WIDGET",
|
||||
"WDS_TABLE_WIDGET",
|
||||
];
|
||||
|
||||
function PropertyPaneView(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user