+

Search Tips   |   Advanced Search

EditLive! editor toolbar configuration options

EditLive! no longer supported as of March 31st for Portal and Web Content Manager

In a clustered environment, these tasks are only run on the primary server.


Revert to the EditLive! editor version 7 toolbar

    cd WP_PROFILE/ConfigEngine
    ./ConfigEngine.sh configure-wcm-ephox-editor-v7-configuration -DWasPassword=foo -DPortalAdminId=username -DPortalAdminPwd=foo

An administrator user name and password is not required if we already specified the portal administrator user name and password with the PortalAdminId and PortalAdminPwd settings in wkplc.properties.

Restart the server.

To revert to the default editor toolbar, run the task remove-wcm-ephox-editor-v7-configuration on the primary node only.


Use a custom EditLive! editor toolbar

  1. The EditLive! editor uses a custom configuration file, editlive_config.xml.jsp, to set custom parameters for the toolbar. Copy the custom configuration file to...

      AppServer_root\PortalServer\wcm\shared\app\config\ephox

    Sample configurations can be found in...

      PORTAL_HOME\wcm\prereq.wcm\wcm\config\templates\shared\app\config\ephox

  2. Open a command prompt.

  3. cd WP_PROFILE/ConfigEngine

      ./ConfigEngine.sh configure-wcm-ephox-editor-custom-configuration -DWasPassword=foo -DPortalAdminId=username -DPortalAdminPwd=foo

    An administrator user name and password is not required if we already specified the portal administrator user name and password with the PortalAdminId and PortalAdminPwd settings in wkplc.properties.

  4. Restart the server.

To revert to the default editor toolbar, run the task named remove-wcm-ephox-editor-custom-configuration on the primary node only.


Parent Configure a web content authoring environment