How to create "New Folder" next to Demo and show in File Manager? #367
naveenlb316
started this conversation in
General
Replies: 1 comment
-
You need to add the folder to the glob list Replace line 7 in editor.php with $htmlFiles = array_merge(glob('my-pages/*.html'),glob('demo/*\/*.html'), glob('demo/*.html'), glob('new-folder/*\/*.html'), glob('new-folder/*.html')); You must open the editor using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a new folder "New Folder" which will be same level as "Demo" folder. I want to show these contents in File Manager of Editor. Please let me know how to make these changes.
In File Manager, it should show both the contents of Demo and New folder.
Beta Was this translation helpful? Give feedback.
All reactions