Skip to content

Commit

Permalink
[BUGFIX] Define require default values in site sets
Browse files Browse the repository at this point in the history
  • Loading branch information
r3h6 committed Dec 18, 2024
1 parent ca2b19b commit 4f78e12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Configuration/Sets/Configuration/settings.definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ settings:
category: OAuth2Server.configuration
description: ''
type: int
default: ''
default: 0
oauth2_server.consentPageUid:
label: 'Consent page UID'
category: OAuth2Server.configuration
description: ''
type: int
default: ''
default: 0
# oauth2_server.scopes:
# label: 'Scopes'
# category: OAuth2Server.configuration
Expand Down
4 changes: 2 additions & 2 deletions Configuration/Sets/Template/settings.definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ settings:
category: OAuth2Server.templates
description: ''
type: color
default: ''
default: '#ff8800'
plugin.tx_oauth2server.backgroundColor:
label: 'LLL:EXT:oauth2_server/Resources/Private/Language/locallang_be.xlf:constant.background_color'
category: OAuth2Server.templates
description: ''
type: color
default: ''
default: '#e0e0e0'
plugin.tx_oauth2server.footerText:
label: 'LLL:EXT:oauth2_server/Resources/Private/Language/locallang_be.xlf:constant.primary_color'
category: OAuth2Server.templates
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"extra": {
"branch-alias": {
"dev-refactor-for-v12-v13": "2.0.x-dev"
"dev-master": "2.0.x-dev"
},
"typo3/cms": {
"extension-key": "oauth2_server",
Expand Down

0 comments on commit 4f78e12

Please sign in to comment.