- Cataloghi
- Import ed Export Pagine - ObjectID sostituita con ObjectId
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
const { ObjectID } = require('mongodb');
|
||||
const { ObjectId } = require('mongodb');
|
||||
|
||||
module.exports = {
|
||||
list: [
|
||||
{
|
||||
_id: ObjectID("115a353c002c298f44900010"),
|
||||
_id: ObjectId("115a353c002c298f44900010"),
|
||||
idapp: 18,
|
||||
ask: [
|
||||
{ descr: 'Scegli quanti punti', value: 'numpunti' },
|
||||
@@ -13,7 +13,7 @@ module.exports = {
|
||||
output_type: 'ELENCO',
|
||||
},
|
||||
{
|
||||
_id: ObjectID("115a353c002c298f44900020"),
|
||||
_id: ObjectId("115a353c002c298f44900020"),
|
||||
idapp: 18,
|
||||
ask: [
|
||||
{ descr: 'Numeri di righe', value: 'numrighe', min: 1, max: 100 },
|
||||
@@ -23,7 +23,7 @@ module.exports = {
|
||||
output_type: 'ELENCO',
|
||||
},
|
||||
{
|
||||
_id: ObjectID("115a353c002c829f44900030"),
|
||||
_id: ObjectId("115a353c002c829f44900030"),
|
||||
idapp: 18,
|
||||
ask: [],
|
||||
descr: 'Estrai le cose importanti dell\'articolo',
|
||||
@@ -31,7 +31,7 @@ module.exports = {
|
||||
output_type: '',
|
||||
},
|
||||
{
|
||||
_id: ObjectID("115a353c002c8298f4900040"),
|
||||
_id: ObjectId("115a353c002c8298f4900040"),
|
||||
idapp: 18,
|
||||
ask: [],
|
||||
descr: 'Dammi degli Emoji',
|
||||
@@ -40,7 +40,7 @@ module.exports = {
|
||||
output_type: '',
|
||||
},
|
||||
{
|
||||
_id: ObjectID("115a353c002c298f44900050"),
|
||||
_id: ObjectId("115a353c002c298f44900050"),
|
||||
idapp: 18,
|
||||
ask: [
|
||||
{ descr: 'Scegli quanti Punti', value: 'numpunti' },
|
||||
@@ -50,13 +50,13 @@ module.exports = {
|
||||
output_type: 'ELENCO',
|
||||
},
|
||||
{
|
||||
_id: ObjectID("115a353c002c898f44900060"),
|
||||
_id: ObjectId("115a353c002c898f44900060"),
|
||||
idapp: 18,
|
||||
descr: 'Scaletta punti',
|
||||
query: 'Mi fai una scaletta di punti che potrei affrontare durante il webinar.',
|
||||
},
|
||||
{
|
||||
_id: ObjectID("115a353c002c829f44900070"),
|
||||
_id: ObjectId("115a353c002c829f44900070"),
|
||||
idapp: 18,
|
||||
descr: 'Elenchi Puntati',
|
||||
query: 'Mi trasformi questo testo in elenchi puntati? {testo}',
|
||||
|
||||
Reference in New Issue
Block a user