diff --git a/src/pages/admin/editor.astro b/src/pages/admin/editor.astro new file mode 100644 index 0000000..ae02797 --- /dev/null +++ b/src/pages/admin/editor.astro @@ -0,0 +1,346 @@ +--- +import Layout from '../../layouts/Layout.astro'; +import { loadWaasConfigs } from '../../utils/configLoader'; + +const { siteConfig } = loadWaasConfigs(); +--- + + +
+ + +
+
+ Waas Elementor Live Editor + SSR Live Active +
+ + +
+ + + +
+ +
+ + Classic Admin + + +
+
+ + + + +
+ + + + + +
+
+ +
+
+ + + + \ No newline at end of file