Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Get Lookup Source Item rules are used in getPlaceholderRenderings pipeline.

<pipelines>
	....
	<getPlaceholderRenderings>
	...
		<processor type="Score.Custom.Pipelines.Editor.RunPlaceholderSettingsRules, Score.Custom" patch:source="zzScore.Pipelines.config"/>
	...
</getPlaceholderRenderings>
	....
</pipelines> 
 
RunPlaceholderSettingsRules processor executes rules under "/sitecore/system/Settings/Rules/Placeholder Settings/Rules" folder.

Rule Definitions

Placeholder Settings Item rule definitions is under "/sitecore/system/Settings/Rules/Definitions/Elements/Placeholder Settings" folder.

Custom Conditions

Placeholder Settings has only 9 conditions:

  • Placeholder key is value
  • Nested within rendering
  • Number of descendants of rendering a folder on the page compares to value
  • Number of renderings within a tab name on the page compares to value
  • Number of renderings within a tab within the selected placeholder compares to value
  • Number of descendants of rendering a folder on the selected placeholder compares to value
  • Number of specific rendering in the selected placeholder compares to
  • Number of specific rendering on the page compares to value
  • Total number of renderings in the selected placeholder compares to value

Custom Actions

Placeholder Settings has 6 actions:

  • Allow rendering
  • Allow descendant renderings of a folder
  • Deny rendering
  • Deny descendant renderings of a folder
  • Deny renderings within a tab by name
  • Deny all renderings

  • No labels