eduroam-prg-og-1-30-190.net.univ-paris-diderot.fr 2026-1-12:15:4:15

This commit is contained in:
oskar
2026-01-12 15:04:16 +01:00
parent 2b55c37535
commit 9f109a6a6a
5 changed files with 67 additions and 3 deletions

View File

@@ -8,8 +8,6 @@
"shortName": "Mo"
},
"syncInterval": 200,
"minSyncInterval": 50,
"maxSyncInterval": 1000,
"enableJs": true,
"viewFieldDisplayNullAsEmpty": false,
"enableSyntaxHighlighting": true,
@@ -65,9 +63,36 @@
"value": "null"
}
]
},
{
"label": "inKantation",
"icon": "",
"style": "primary",
"class": "",
"cssStyle": "",
"backgroundImage": "",
"tooltip": "Incrémenter le Kanteur",
"id": "inkantation",
"hidden": false,
"actions": [
{
"type": "updateMetadata",
"bindTarget": "kanteur",
"evaluate": true,
"value": "parseInt(x) + 1"
},
{
"type": "updateMetadata",
"bindTarget": "date_last_inkantation",
"evaluate": true,
"value": "moment(Date.now()).format('YYYY/MM/DD')"
}
]
}
],
"excludedFolders": [
"templates"
]
],
"minSyncInterval": 50,
"maxSyncInterval": 1000
}