dnadesign / silverstripe-elemental-virtual

Allows Content Blocks to be reused between pages.
BSD 3-Clause "New" or "Revised" License
7 stars 26 forks source link

Update BaseElementExtension.php to add $defaults #21

Closed Hels666 closed 5 years ago

Hels666 commented 5 years ago

Update BaseElementExtension.php to add $defaults = ['AvailableGlobally' => 1]; as the existing method of setting 1 as default in the $db doesn't work

As requested by @robbieaverill in issue #20

robbieaverill commented 5 years ago

@Hels666 just noting publicly that the build failures are not related to your change, we'll fix them and update your PR

wilr commented 5 years ago

The default is set via config (default_global_elements) and the populateDefaults() method.