Skip to content

Commit

Permalink
fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Dec 12, 2024
1 parent f74d42b commit 6c2379b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"stylelint-prettier": "4.0.2"
},
"peerDependencies": {
"@plone/volto": "17.19.0"
"@plone/volto": "17.20.2"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/config/italiaConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default function applyConfig(voltoConfig) {
...(config.settings.controlpanels ?? []),
{
'@id': '/release-log',
group: 'Generali',
group: 'General',
title: 'Novità ultimi rilasci',
id: 'release-log',
},
Expand Down
20 changes: 20 additions & 0 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,14 @@ body.cms-ui {
}

&.section-controlpanel {
.grid > .row {
// HIDE TAXONOMIES CONTROLPANEL UNTIL #62343 IS DONE
> .column:has([href='/controlpanel/taxonomies']),
> .column:has([href='/controlpanel/volto-settings']) {
display: none;
}
}

a {
text-decoration: none;

Expand All @@ -484,6 +492,18 @@ body.cms-ui {
display: none;
}
}
// Hide the help text in the configuration widgets
// TODO this is a temporary fix, a release needs to be made on every add-on to fix this
.footer-configuration-widget .stretched.twelve.wide.column:has(p.help),
.slimheader-configuration-widget
.wrapper:has(label[for='menu-configuration']),
.subfooter-configuration-widget
.wrapper:has(label[for='menu-configuration']),
.secondary-menu-configuration-widget
.wrapper:has(label[for='menu-configuration']),
.menu-configuration-widget .wrapper:has(label[for='menu-configuration']) {
display: none !important;
}
}

[data-rbd-draggable-context-id] {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8232,7 +8232,7 @@ __metadata:
volto-venue: 4.1.0
webpack-image-resize-loader: ^5.0.0
peerDependencies:
"@plone/volto": 17.19.0
"@plone/volto": 17.20.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 6c2379b

Please sign in to comment.