UNPKG

akurath

Version:

IDE Frontend for codepsaces.io

23 lines (22 loc) 570 B
define([], function() { var settings = codebox.require("core/settings"); // Add settings return settings.add({ 'namespace': "outline", 'title': "Outline", 'defaults': { 'separator': ".", 'startup': false }, 'fields': { 'separator': { 'label': 'Tag Parts Separator', 'type': "text" }, 'startup': { 'label': 'Show Outline Panel at Startup', 'type': "checkbox" } } }); });