21289 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 220 Views |
-
Tab extension children pages

16 July 2011 at 10:35am
Hey Guys,
I would like that the table created is not seen on the children pages. This is the tab:
static $has_one = array(
'Logo1' => 'Image',
'Logo2' => 'Image'
);function getCMSFields() {
$fields = parent::getCMSFields();
$fields->addFieldToTab("Root.Content.Logo", new ImageField('Logo1'));
$fields->addFieldToTab("Root.Content.Logo", new ImageField('Logo2'));
return $fields;
}
| 220 Views | ||
|
Page:
1
|
Go to Top |

