mirror of
https://github.com/MagicMirrorOrg/MagicMirror.git
synced 2026-03-12 17:51:41 +08:00
12 lines
214 B
JavaScript
12 lines
214 B
JavaScript
/* MagicMirror² Deprecated Config Options List
|
|
*
|
|
* By Michael Teeuw https://michaelteeuw.nl
|
|
* MIT Licensed.
|
|
*
|
|
* Olex S. original idea this deprecated option
|
|
*/
|
|
|
|
module.exports = {
|
|
configs: ["kioskmode"]
|
|
};
|