Toggle menu

iCM.NET (Theme) 19.6.338

Released 06/06/2022

New Features

  • ICMDN-1142 - Update the core resources dependency to Core Resources 19.3.347, adding the new disclosure JS and CSS to bundles
  • ICMDN-1148 - Provide a hook for other icmdotnet libraries to provide their own image resize instructions

Disclosure Example

Disclosure styles in the article editor allow you to create expandable boxes in your article content.

To make the new styles available in the editor, the following will need to be added to your editor rules:

    { "name" : "Disclosure H2 Start", "element" : "h2", "attributes" : { "class" : "disclosurestart" } },
    { "name" : "Disclosure H3 Start", "element" : "h3", "attributes" : { "class" : "disclosurestart" } },
    { "name" : "Disclosure End", "element" : "p", "attributes" : { "class" : "disclosureend" } }

See Text Editor Configuration for all of the standard editor rules.

There are more details about using this style in the Applying and Removing Styles documentation.

Fixes

  • ICMDN-1141 - Make sure the Search template doesn't output any HTML for the paging controls if there is only one page of search results
  • ICMDN-1150 - List item related media images were missing the item__image class
Last modified on 07 June 2022

Share this page

Facebook icon Twitter icon email icon

Print

print icon