Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the CMS, go to Advanced ContentCustom Widgets.

  2. Click Add New Widget.


  3. In Name, enter a name for the widget.

  4. In Description, add a description of what the widget does.

  5. If caching is needed, in Cache Mode, select a cache option.  

    Session - Single cached record for individual user based on cached variant.
    Application - Single cached record for all users of the same type based on cache variant.
    ApplicationSession - Application cached for public users, Session cached for logged in users
    Global - Single cached record for all users.



  6. To include 'Common Options' standardin standard in widgets, toggle ON Common Options.

  7. In Configuration Option Xml, you can check where that widget is used by clicking Options → Where is it used?

  8. In Source Code, enter the source code for the custom widget.

  9. To save the widget, click Save or Save & Exit.

...