mirror of
https://github.com/dnadesign/silverstripe-elemental-list.git
synced 2024-10-22 11:05:47 +02:00
Lists are not inline editable
This commit is contained in:
parent
22e57b174b
commit
b32123f187
@ -4,3 +4,5 @@ name: elemental-list
|
|||||||
DNADesign\Elemental\Models\BaseElement:
|
DNADesign\Elemental\Models\BaseElement:
|
||||||
extensions:
|
extensions:
|
||||||
- DNADesign\ElementalList\Extension\BaseElementCMSEditLinkExtension
|
- DNADesign\ElementalList\Extension\BaseElementCMSEditLinkExtension
|
||||||
|
DNADesign\ElementalList\Model\ElementalList:
|
||||||
|
inline_editable: false
|
||||||
|
@ -78,4 +78,9 @@ class ElementList extends BaseElement
|
|||||||
|
|
||||||
return 'Elements';
|
return 'Elements';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function inlineEditable()
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user