Skip to content

Commit

Permalink
add map settings to settings endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Dec 10, 2024
1 parent 8e9ab51 commit 07eac0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Setting/Provider/ConfigSettingsProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function getSettings(): array
'document_tree_paging_limit' => $this->config['documents']['tree_paging_limit'],
'object_tree_paging_limit' => $this->config['objects']['tree_paging_limit'],
'timezone' => $this->config['general']['timezone'],
'maps' => $this->config['maps'],
];

}
Expand Down

0 comments on commit 07eac0e

Please sign in to comment.