Files
freeplanet_serverside/admin_scripts/3_DATABASE/dati_mypages.js

27 lines
675 B
JavaScript
Raw Normal View History

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