27 lines
663 B
JavaScript
27 lines
663 B
JavaScript
db.mypages.insertMany([
|
|
{
|
|
"_id": ObjectId("66db21118009ea4503bb6a01"),
|
|
"order": 10,
|
|
"idapp": "19",
|
|
"path": "home",
|
|
"active": true,
|
|
"title": "Home",
|
|
},
|
|
{
|
|
"_id": ObjectId("66db21118009ea4503bb6a03"),
|
|
"order": 10,
|
|
"idapp": "19",
|
|
"path": "home_logout",
|
|
"active": true,
|
|
"title": "Home NoLoggato",
|
|
},
|
|
{
|
|
"_id": ObjectId("66e322dd5a6360e3b3c71c5a"),
|
|
"order": 40,
|
|
"idapp": "19",
|
|
"path": "presentazione",
|
|
"active": true,
|
|
"title": "Presentazione",
|
|
"inmenu": true,
|
|
"icon": "fas fa-info"
|
|
}]); |