Skip to content

Commit

Permalink
Merge branch '11.x.x' into draftjs-link-color
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB authored Dec 13, 2024
2 parents 653fe34 + 14af83d commit 5c0d07a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## [11.25.3](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.25.2...v11.25.3) (2024-12-12)


### Bug Fixes

* translations ([6c2379b](https://github.com/RedTurtle/design-comuni-plone-theme/commit/6c2379b8a263ecbc6b69695788e82d9c1deba272))


### Documentation

* updated publiccode and release log ([10abdae](https://github.com/RedTurtle/design-comuni-plone-theme/commit/10abdae4068ea883640769c48df06337b6478b99))

## [11.25.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.25.1...v11.25.2) (2024-11-28)


Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@

- Colore del font del bottone DraftJS nell'editor sistemato a bianco.

## Versione 11.25.3 (12/12/2024)

### Migliorie

- Aggiornate diverse traduzioni italiane.

## Versione 11.25.1 (28/11/2024)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "design-comuni-plone-theme",
"description": "Volto Theme for Italia design guidelines",
"license": "GPL-v3",
"version": "11.25.2",
"version": "11.25.3",
"main": "src/index.js",
"repository": {
"type": "git",
Expand Down 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]"
}
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ maintenance:
name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
platforms:
- web
releaseDate: '2024-11-28'
releaseDate: '2024-12-12'
softwareType: standalone/web
softwareVersion: 11.25.2
softwareVersion: 11.25.3
url: 'https://github.com/italia/design-comuni-plone-theme'
usedBy:
- ASP Comuni Modenesi Area Nord
Expand Down
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 5c0d07a

Please sign in to comment.