Replaced Moment with Carbon #84

Merged
Ghost merged 148 commits from develop into beta 2022-09-22 05:53:36 +02:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 9923f087a6 - Show all commits

View file

@ -60,14 +60,17 @@ class SortingService
}
$tagData = [];
//dd($this->settings->getTags()['pages']);
$settingsTags = [];
if (isset($this->settings->getTags()['pages'])) {
$settingsTags = $this->settings->getTags()['pages'];
}
$tagData = [
'debug' => $debug, // for theme kit
'tags' => $this->p_tags,
'theme' => $this->info['theme'], // for theme kit
'title' => 'Pages Tagged as Tag',
'dynamicRender' => $this->info['dynamicRender'],
'pages' => $this->settings->getTags()['pages'],
'pages' => $settingsTags,
'info' => $this->info,
'menu' => $this->settings->getMenu(),
'media' => [

View file

@ -6,7 +6,7 @@
"background": "/assets/images/global/default-bg.jpg",
"private": "true",
"renderOnSave": "false",
"theme": "fipamo-default",
"theme": "fipamo-default-v2",
"display_limit": 5,
"last_backup": null,
"externalAPI": "false",