Skip to content

Commit

Permalink
Change attributes categories
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSi committed Jan 23, 2025
1 parent d5fb6ca commit c0cdac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Extensions/TextInput/JsExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ module.exports = {
)
.setType('number')
.setLabel(_('Padding (horizontal)'))
.setGroup(_('Font'));
.setGroup(_('Field appearance'));
objectProperties
.getOrCreate('paddingY')
.setValue(
Expand All @@ -233,7 +233,7 @@ module.exports = {
)
.setType('number')
.setLabel(_('Padding (vertical)'))
.setGroup(_('Font'));
.setGroup(_('Field appearance'));
objectProperties
.getOrCreate('maxLength')
.setValue((objectContent.maxLength || 0).toString())
Expand All @@ -254,7 +254,7 @@ module.exports = {
.addExtraInfo('center')
.addExtraInfo('right')
.setLabel(_('Text alignment'))
.setGroup(_('Font'));
.setGroup(_('Field appearance'));

return objectProperties;
};
Expand Down

0 comments on commit c0cdac6

Please sign in to comment.