optimajet / formengine

Drag & Drop Form Builder Library for React.
https://formengine.io
31 stars 5 forks source link

Customize builder UI #5

Closed kasra-pak closed 4 months ago

kasra-pak commented 6 months ago

Hi, is there a way to hide or customize the toolbar components? for example, hiding the preview button marked in the picture Capture

sergeythrees commented 6 months ago

Hi, @kasra-pak

Hi, is there a way to hide or customize the toolbar components?

We will add this feature in the next release. Thereafter уou can hide specific parts of the interface using CSS selectors. As example:

.FormBuilder .Property > .CodeButton {
   display: none;
}
optimajet commented 4 months ago

@kasra-pak Documentation on customising the designer's user interface can be found here - https://formengine.io/documentation/designer-customization