unused widgets

0
Is there a way to check and delete unused widgets in a project?
asked
1 answers
2

As far as I know, there isn't a direct search for unused add-on widgets. Which is available for unused items; documents like microflows, pages, constants etc…

But if you want o know if an specific add-on widget is unused:

  1. CRTL-SHIFT-F
  2. Search for Add-on Widgets
  3. Select the widget
  4. … no result = not in use

When you want to remove the widget from the project:

  1. Project
  2. Show project dir.
  3. Folder “Widgets”
  4. Delete the widget
  5. Commit to repository

 

 

answered