The Dynamic Property template displays dynamic properties, which can be reused throughout your site and updated in one place: the Control Panel or Manage Space. When you want to include the same content on several pages and avoid editing each page when updating the content, use dynamic properties and the Dynamic Property Widget. The template is a built-in template and comes with your Axero site.
Key Benefits: Dynamic properties let you maintain consistent content across multiple pages while updating it in just one location. This saves time and ensures accuracy when making site-wide content changes.
Watch this video to learn how to use the Dynamic Property template effectively:
The Dynamic Property template is ideal for:
Best Practice: Use dynamic properties for content that needs to appear in multiple locations and may require frequent updates. This approach is more efficient than copying and pasting the same content across multiple pages.
Below is the HTML of this template, for your reference. This template uses Handlebars syntax to conditionally display widget elements based on configuration settings.
<div class="axero-widget {{CustomCSSClass}} {{#if HideContainerBorder}}axero-widget-no-border{{/if}}"> {{#if ShowWidgetHeader}} <div class="axero-widget-header"> <h3>{{{WidgetTitle}}}</h3> </div> {{/if}} <div class="axero-widget-content axero-widget-content-padded axero-entity-formatted-content"> {{{Contents}}} </div> {{#if ShowWidgetFooter}} <div class="axero-widget-footer"> </div> {{/if}} </div>
{{CustomCSSClass}}
{{HideContainerBorder}}
{{ShowWidgetHeader}}
{{WidgetTitle}}
{{{Contents}}}
{{ShowWidgetFooter}}
Dynamic Properties
Dynamic Property Widget
Manage Space: Dynamic Properties
Rich Editor Templates Guide
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/22709/dynamic-property-template
Your session has expired. You are being logged out.