In theory '#fieldset' => 'style_settings', should do it, but currently this doesn't work because the weight get's disordered somehow.
So this setting will be displayed at the top of the fieldset, which isn't good.
In theory '#fieldset' => 'style_settings', should do it, but currently this doesn't work because the weight get's disordered somehow.
So this setting will be displayed at the top of the fieldset, which isn't good.
Comments
Comment #1
merlinofchaos commentedCan't just add a #weight => 20 ?
Comment #2
dawehnerThis didn't worked.
The parent::options_form call had to be moved to the top of the function. Then it worked fine.