refactor: layout for new shortcut widget
This commit is contained in:
parent
57055b462e
commit
040abe2e28
1 changed files with 11 additions and 10 deletions
|
|
@ -155,10 +155,20 @@ export class NewShortcutWidget extends NewWidget {
|
|||
},
|
||||
{
|
||||
fieldtype: "Section Break",
|
||||
fieldname: "count_section_break",
|
||||
fieldname: "filters_section_break",
|
||||
label: "Count Filter",
|
||||
hidden: 1,
|
||||
},
|
||||
{
|
||||
fieldtype: "HTML",
|
||||
fieldname: "filter_area",
|
||||
},
|
||||
{
|
||||
fieldtype: "Section Break",
|
||||
fieldname: "count_section_break",
|
||||
label: "Count Customizations",
|
||||
hidden: 1,
|
||||
},
|
||||
{
|
||||
fieldtype: "Color",
|
||||
fieldname: "color",
|
||||
|
|
@ -174,15 +184,6 @@ export class NewShortcutWidget extends NewWidget {
|
|||
label: "Format",
|
||||
description: "For Example: {} Open",
|
||||
},
|
||||
{
|
||||
fieldtype: "Section Break",
|
||||
fieldname: "filters_section_break",
|
||||
hidden: 1,
|
||||
},
|
||||
{
|
||||
fieldtype: "HTML",
|
||||
fieldname: "filter_area",
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue