mirror of
https://github.com/a2nt/silverstripe-progressivewebapp.git
synced 2024-10-22 11:05:45 +02:00
Update SiteTree.php
This commit is contained in:
parent
cc150c9f80
commit
ef4c30f729
@ -18,7 +18,7 @@ class SiteTree extends DataExtension
|
||||
{
|
||||
parent::updateCMSFields($fields);
|
||||
|
||||
$fields->addFieldsToTab('Root.Main', [
|
||||
$fields->addFieldsToTab('Root.Settings', [
|
||||
CheckboxField::create('AvailableOffline', 'Make page available offline'),
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user