Skip to content

Commit

Permalink
add subobject in comunicatostampa
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Jul 25, 2024
1 parent c56206a commit db17979
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/design/plone/contenttypes/events/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,26 @@
},
],
},
"ComunicatoStampa": {
"content": [
{
"id": "multimedia",
"title": "Multimedia",
"allowed_types": (
"Image",
"Link",
),
},
{
"id": "documenti-allegati",
"title": "Documenti allegati",
"allowed_types": (
"File",
"Image",
),
},
]
},
"Persona": {
"content": [
{
Expand Down

0 comments on commit db17979

Please sign in to comment.