design-comuni-plone-theme 11.34.1 → 11.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [11.34.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.34.1...v11.34.2) (2025-10-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* config field for contacts block ([#1015](https://github.com/RedTurtle/design-comuni-plone-theme/issues/1015)) ([4cfd7c1](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4cfd7c1aebf6493220b7eaf79e74a97c1da95545))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Documentation
|
|
12
|
+
|
|
13
|
+
* updated publiccode ([f9c1d79](https://github.com/RedTurtle/design-comuni-plone-theme/commit/f9c1d7934901199a2d95ddb2265f54de6017cb15))
|
|
14
|
+
|
|
3
15
|
## [11.34.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.34.0...v11.34.1) (2025-10-03)
|
|
4
16
|
|
|
5
17
|
|
package/package.json
CHANGED
package/publiccode.yml
CHANGED
|
@@ -229,7 +229,7 @@ platforms:
|
|
|
229
229
|
- web
|
|
230
230
|
releaseDate: '2025-10-03'
|
|
231
231
|
softwareType: standalone/web
|
|
232
|
-
softwareVersion: 11.34.
|
|
232
|
+
softwareVersion: 11.34.2
|
|
233
233
|
url: 'https://github.com/italia/design-comuni-plone-theme'
|
|
234
234
|
usedBy:
|
|
235
235
|
- ASP Comuni Modenesi Area Nord
|
|
@@ -38,7 +38,7 @@ const Footer = () => {
|
|
|
38
38
|
config.settings.siteProperties.enableFeedbackForm
|
|
39
39
|
: true;
|
|
40
40
|
|
|
41
|
-
const showContactsBlock = config.settings.siteProperties.
|
|
41
|
+
const showContactsBlock = config.settings.siteProperties.enableContactsBlock;
|
|
42
42
|
|
|
43
43
|
return (
|
|
44
44
|
<>
|