-
Notifications
You must be signed in to change notification settings - Fork 844
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PT-14265: Provide better management and flexibility when working with…
… metaFormsService and widgetService (#2718) feat: Added unregisterWidget method, which allows you to remove a specific widget from a container. feat: Added getWidgets method to retrieve the collection of widgets associated with a particular container. feat: Added clearWidgets method to clear widgets associated with a particular container. feat: Added unregisterMetaFields. This method allows you to remove a specific meta field from a given meta form by specifying the meta field to be unregistered. feat: Added clearMetaFields: This method allows you to clear all registered meta fields for a specific meta form.
- Loading branch information
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters