| @@ -21,8 +21,17 @@ | ||
| 21 | 21 | return 'general'; |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | + * Read by the Settings service on every request, so it rides in alloptions. | |
| 26 | + * | |
| 27 | + * @return bool | |
| 28 | + */ | |
| 29 | + public function autoload(): bool { | |
| 30 | + return true; | |
| 31 | + } | |
| 32 | + | |
| 33 | + /** | |
| 25 | 34 | * Section defaults. |
| 26 | 35 | */ |
| 27 | 36 | public function defaults(): array { |
| 28 | 37 | return array( |