我使用oneo自定义元素。我需要为内容添加一个字段。请检查我的代码
<?php
return array(
'label' => array(
'en' => array('Feature boxe', 'Create an area with text, image/video and background image'),
'de' => array('Feature-Box', 'Erzeugt einen Bereich mit Text, Bild/Video und Hintergrundbild'),
),
'types' => array('content'),
'standardFields' => array('cssID', 'headline'),
'fields' => array(
array(
'inputType' => 'group',
'label' => array(
'en' => array('Image settings'),
'de' => array('Bildeinstellungen'),
),
),
'image' => array(
'label' => array(
'en' => array('Feature image or video', 'Choose an image or multiple video files.'),
'de' => array('Feature-Bild oder -Video', 'Wählen Sie ein Bild oder mehrere Videodateien aus.'),
),
),
);
新字段显示在新调色板中。但我需要在cssID所在的同一个调色板中添加新的。这有可能???
答案 0 :(得分:1)
我认为你的意思是RockSolid Custom Elements。不,这是不可能的。自定义字段只能添加到自定义元素的标准组中 - 或者添加到您自己定义的自定义组中。