Control Panel Settings#
All settings available in the kitconcept Intranet Settings control panel (/@controlpanels/intranet-settings). Settings are stored in the Plone registry under the IIntranetSettings interface.
Feedback settings#
Setting |
Type |
Description |
Default |
|---|---|---|---|
|
Boolean |
Show a floating feedback button on all content pages |
|
|
Text |
Fallback email address for feedback submissions when no CLM fields are set on the content |
(empty) |
|
Text |
CC address added to all feedback submission emails |
(empty) |
|
List |
If set, only email addresses from these domains may submit feedback |
(empty) |
Content interaction settings#
Setting |
Type |
Description |
Default |
|---|---|---|---|
|
Boolean |
Enable the likes / rating feature globally across the site |
|
Person settings#
Setting |
Type |
Description |
Default |
|---|---|---|---|
|
Boolean |
When enabled, person names in teasers and listings are not linked to the person's profile page |
|
|
Choice |
Controls the CSS aspect ratio applied to person profile images. Options: |
|
disable_profile_links#
Registry key: kitconcept.disable_profile_links
When set to True, the PersonResultItem and teaser/listing components wrap person links in a no-op MaybeWrap, effectively removing the hyperlink. This is useful on intranets where person profiles should not be publicly discoverable through search results.
person_picture_aspect_ratio#
Registry key: kitconcept.person_picture_aspect_ratio
Controls the visual style of person images throughout the site (teasers, listings, detail view). When set to squared4to5, the person-squared-images CSS class is added to the <body> element by the IntranetCSSInjector slot component, which applies the corresponding CSS rules.