mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
IMPR: Widget Class Name
This commit is contained in:
parent
64478a7dff
commit
5f549810e1
@ -23,6 +23,7 @@ class WidgetExtension extends DataExtension
|
|||||||
|
|
||||||
public function updateCMSFields(FieldList $fields)
|
public function updateCMSFields(FieldList $fields)
|
||||||
{
|
{
|
||||||
|
$obj = $this->owner;
|
||||||
parent::updateCMSFields($fields);
|
parent::updateCMSFields($fields);
|
||||||
// Add a combined field for "Title" and "Displayed" checkbox in a Bootstrap input group
|
// Add a combined field for "Title" and "Displayed" checkbox in a Bootstrap input group
|
||||||
$fields->removeByName('ShowTitle');
|
$fields->removeByName('ShowTitle');
|
||||||
|
Loading…
Reference in New Issue
Block a user