match ($p) { Preset::FAMILY, Preset::PRIVATE => true, default => false, }, definition: 'Allow users to set custom share link tokens', lazy: true, note: 'Shares with guessable tokens may be accessed easily. Shares with custom tokens will continue to be accessible after this setting has been disabled.', ), new Entry(self::LASTCRON_TIMESTAMP, ValueType::INT, 0, 'timestamp of last cron execution'), ]; } public function getUserConfigs(): array { return [ new Entry(self::USER_LANGUAGE, ValueType::STRING, null, 'language'), ]; } }