RW.Orchard.Conditions 1.0.1 Contains additional conditions that can be used to define what layers get applied

NOTE: This module is only compatible with Orchard 1.10.x and upwards

This module adds two new Conditions that can be used within a Layer Rule:

  • Tag: Allows a layer to be displayed dependent on the tags associated with the layer
  • ContentId: Allows a layer to be displayed dependent on the id of the content

Example usage:

tag("my tag") or contentid("3")