Add assets and wiki directories

This commit is contained in:
2025-04-18 17:56:38 +01:00
parent 0874c4f59e
commit 6784ef4824
9 changed files with 617 additions and 0 deletions

12
assets/js/admin.js Normal file
View File

@@ -0,0 +1,12 @@
/**
* Admin scripts for the plugin
*/
(function($) {
'use strict';
$(document).ready(function() {
// Plugin admin functionality will go here
});
})(jQuery);