There is way to add another present theme?
i need to be 4 present theme instead of 3.
i put this:
$('<div class="radionButton"><input id="_Preset_New" name="Preset" type="radio" value="New"> <label for="_Preset_New"> New</label></div>').insertAfter( '.theme-color .adminData .radionButton:last' );
on admin.js, this add another radio button but dont save it.