- inizio di modifiche all'editor di Pagine Web

This commit is contained in:
Surya Paolo
2025-09-05 01:05:36 +02:00
parent 574f389200
commit 63d0f865fd
55 changed files with 5356 additions and 3600 deletions

View File

@@ -47,7 +47,7 @@ function getDynamicPages(site: ISites): IListRoutes[] {
const baseroutes: IListRoutes[] = [
{
active: true,
order: 5,
order: -1,
path: '/',
materialIcon: 'home',
name: 'pages.home',
@@ -321,3 +321,5 @@ export const static_data = {
preLoadImages,
preloadedimages,
}