Skip to content

Commit

Permalink
zpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Apr 18, 2024
1 parent 65545f0 commit 46b85b5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
2 changes: 0 additions & 2 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,3 @@ design.plone.ctgeneric =
setuptools =

[sources]
# design.plone.contenttypes = git https://github.com/RedTurtle/design.plone.contenttypes.git [email protected]:collective/design.plone.contenttypes.git branch=merge_v2_v3
design.plone.contenttypes = git https://github.com/RedTurtle/design.plone.contenttypes.git pushurl[email protected]:collective/design.plone.contenttypes.git branch=v2v3_test
10 changes: 7 additions & 3 deletions src/design/plone/ctgeneric/adapters/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:plone="http://namespaces.plone.org/plone"
i18n_domain="rer.agid.contenttypes">

<adapter factory=".schema_tweaks.SchemaTweaks" name="schema.tweaks_v2" />
i18n_domain="rer.agid.contenttypes"
>

<adapter
factory=".schema_tweaks.SchemaTweaks"
name="schema.tweaks_v2"
/>

</configure>
24 changes: 12 additions & 12 deletions src/design/plone/ctgeneric/behaviors/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
for="*"
marker=".evento.IEventoV2"
/>
<plone:behavior

<plone:behavior
name="design.plone.contenttypes.behavior.news_v2"
title="Metadati news V2"
description=""
Expand All @@ -37,8 +37,8 @@
for="*"
marker=".news.INewsV2"
/>
<plone:behavior

<plone:behavior
name="design.plone.contenttypes.behavior.persona_v2"
title="Persona V2"
description="Behavior Persona v2."
Expand All @@ -47,8 +47,8 @@
for="*"
marker=".persona.IPersonaV2"
/>
<plone:behavior

<plone:behavior
name="design.plone.contenttypes.behavior.servizio_v2"
title="Metadati servizio V2"
description=""
Expand All @@ -57,8 +57,8 @@
for="*"
marker=".servizio.IServizioV2"
/>
<plone:behavior

<plone:behavior
name="design.plone.contenttypes.behavior.unita_organizzativa_v2"
title="Unita Organizzativa V2"
description="Behavior Unita Organizzativa v2."
Expand All @@ -67,8 +67,8 @@
for="*"
marker=".uo.IUnitaOrganizzativaV2"
/>
<plone:behavior

<plone:behavior
name="design.plone.contenttypes.behavior.contatti_uo_v2"
title="Contatti V2"
description="Behavior contatti per UO."
Expand All @@ -86,7 +86,7 @@
for="*"
marker=".contatti.IContattiVenueV2"
/>
<plone:behavior
<plone:behavior
name="design.plone.contenttypes.behavior.address_uo"
title="Address UO"
description="Behavior address per UO."
Expand All @@ -96,7 +96,7 @@
marker=".address.IAddressUnitaOrganizzativa"
/>

<plone:behavior
<plone:behavior
name="design.plone.contenttypes.behavior.luogo_v2"
title="Metadati luogo V2"
description=""
Expand Down

0 comments on commit 46b85b5

Please sign in to comment.