mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
FIX: SS5 outdated element
This commit is contained in:
parent
9f2a14afd2
commit
cec20eebf9
@ -142,6 +142,7 @@ class SiteConfigExtension extends DataExtension
|
||||
|
||||
$fields->addFieldsToTab('Root.Maps', $addrFields);
|
||||
|
||||
if (\class_exists(MapboxField::class)) {
|
||||
if (MapboxField::getAccessToken()) {
|
||||
$fields->addFieldsToTab('Root.Maps', [
|
||||
//TextField::create('MapAPIKey'),
|
||||
@ -153,6 +154,7 @@ class SiteConfigExtension extends DataExtension
|
||||
LiteralField::create('MapNotice', '<p class="alert alert-info">No Map API keys specified.</p>')
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
/*GoogleMapField::create(
|
||||
$this->owner,
|
||||
|
Loading…
Reference in New Issue
Block a user