feat: Add PagesUniqueDomainDefaultEnabled to Settings API
Add support for pages_unique_domain_default_enabled application setting
What does this MR do?
Adds the pages_unique_domain_default_enabled attribute to both the Settings struct and UpdateSettingsOptions struct in settings.go, enabling the go-gitlab client to read and update this GitLab application setting via the API.
Changes
- Added
PagesUniqueDomainDefaultEnabled boolfield to theSettingsstruct - Added
PagesUniqueDomainDefaultEnabled *boolfield to theUpdateSettingsOptionsstruct, withurlandjsontags following the existing conventions