mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
SliderElement table_name
This commit is contained in:
parent
db9da524ad
commit
6d77bbc065
@ -19,6 +19,8 @@ class SliderElement extends ElementSlideshow
|
|||||||
|
|
||||||
private static $description = 'Displays slideshow';
|
private static $description = 'Displays slideshow';
|
||||||
|
|
||||||
|
private static $table_name = 'SliderElement';
|
||||||
|
|
||||||
private static $extensions = [
|
private static $extensions = [
|
||||||
FlexSlider::class,
|
FlexSlider::class,
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user