ElasticWCM Extensibility
ElasticWCM is easily adaptable to existing infrastructure - you can adjust or replace key modules with your own implementation.
Configuration Parameters
Many system parameters can be changed through modifications in the web.config file.
Configuring Page Toolbar Styles and Text
PageToolbar control generates HTML where every element has distinct CSS class assigned. This gives you flexibility to modify look and feel of the Toolbar to match those of your web site. You can change the default class names by specifying your own names in the web.config file. You can also change the text displayed on buttons and confirmation dialogs.
System Tune-Up
ElasticWCM provides suggested values for all system parameters. When necessary you can tune-up caching and localization modules by specifying your own values in the web.config file.
Replaceble Modules
ElasticWCM includes a Component Factory module allowing replacement of key components of the ElasticWCM.Client.dll.
You can provide you own Caching and User Authentication components, your own implementation of the Local Fallback Content Store, your own Auditing component, etc.