Prepare component
This commit is contained in:
44
database/data/website-admin/website_menus.json
Normal file
44
database/data/website-admin/website_menus.json
Normal file
@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"site_id": 1,
|
||||
"slug": "main-header",
|
||||
"title": "Menú Principal",
|
||||
"description": "Navegación principal del sitio web Cleanfy.",
|
||||
"is_active": true
|
||||
},
|
||||
{
|
||||
"site_id": 1,
|
||||
"slug": "footer",
|
||||
"title": "Menú Footer",
|
||||
"description": "Navegación del footer del sitio web Cleanfy.",
|
||||
"is_active": true
|
||||
},
|
||||
{
|
||||
"site_id": 2,
|
||||
"slug": "main-header",
|
||||
"title": "Menú Principal",
|
||||
"description": "Navegación principal del sitio web Agroform.",
|
||||
"is_active": true
|
||||
},
|
||||
{
|
||||
"site_id": 2,
|
||||
"slug": "footer",
|
||||
"title": "Menú Footer",
|
||||
"description": "Navegación del footer del sitio web Agroform.",
|
||||
"is_active": true
|
||||
},
|
||||
{
|
||||
"site_id": 3,
|
||||
"slug": "main-header",
|
||||
"title": "Menú Principal",
|
||||
"description": "Navegación principal del sitio web Realcity.",
|
||||
"is_active": true
|
||||
},
|
||||
{
|
||||
"site_id": 3,
|
||||
"slug": "footer",
|
||||
"title": "Menú Footer",
|
||||
"description": "Navegación del footer del sitio web Realcity.",
|
||||
"is_active": true
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user