Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 753 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 753 Bytes

Winden's Classes Scanner

This is small add on for the Winden that will scan all the files based on added path.

This is perfect for scaning theme files.

Alt text

Alt text

Scaning Instructions

If you want to scan entire theme folder:

themes/YOURTHEME/

If you want to scan specific theme folder with subfolders for example /src/:

themes/YOURTHEME/src/

Same is for plugins

plugins/YOURPLUGINS/ or plugins/YOURPLUGINS/src/

.
├── block-tree.html
└── src
    ├── block-one
    │   └── block-one.html
    └── block-two
        └── block-two.html

Plugin will scan all files without restrictions of file types