Skip to content

Commit

Permalink
initial work
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jan 26, 2024
1 parent 60a899b commit 08d5bac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/design/plone/contenttypes/controlpanels/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ class IDesignPloneSettings(Interface):
default=True,
required=False,
)
show_dynamic_folders_in_footer = Bool(
title=_("show_dynamic_folders_in_footer_label", default="Footer dinamico"),
description=_(
"show_dynamic_folders_in_footer_help",
default="Se selezionato, il footer verrà popolato automaticamente "
"con i contenuti di primo livello non esclusi dalla navigazione.",
),
default=True,
required=False,
)


class DesignPloneControlPanelForm(RegistryEditForm):
Expand Down

0 comments on commit 08d5bac

Please sign in to comment.