config.js (268B)
1 export var configDocs = { 2 name: 'config', 3 category: 'Core', 4 syntax: ['config()', 'config(options)'], 5 description: 'Get configuration or change configuration.', 6 examples: ['config()', '1/3 + 1/4', 'config({number: "Fraction"})', '1/3 + 1/4'], 7 seealso: [] 8 };