(2015-10-28, 09:48:50)Oleg06 Wrote: I have every species has its own settings
http://prntscr.com/8w3ork
Sure, do as suits you best.
BTW if you don't want users to see the
</>
code tags, in your data file you can add the enableCodeDisplay
property and set it to 'false'. If you specify a default
property on settings, and add the enableReset
property to the tab, users can hit a Reset button and the setting values will be set to the defaults.Code:
"tab": {
"lookup": "my_tab",
"label": "My tab",
"enableCodeDisplay": false,
"enableReset": true
},
"settings": [
{
"lookup": "sharethis_usesetting",
"label": "Use the Share This",
"type":"checkbox",
"default": true
}
]