- Sitecore Cookbook for Developers
- Yogesh Patel
- 433字
- 2021-07-16 11:14:59
Restricting or swapping rendering controls on placeholders
While adding renderings from the Experience Editor, by default, it allows you to add all the renderings from the /sitecore/layout/Renderings
folder. However, just imagine how difficult it would be for content owners to choose a logically valid and compatible rendering from the huge list.
In this recipe, you will learn how we can show a template-specific list of the allowed and placeholder-compatible renderings from the Experience Editor.
Getting ready
We have the main-content
placeholder placed on all pages of the website. We want to restrict content authors to use Carousel, Highlight Featured Products, and Highlight News renderings only on the Home
page. Similarly, for the Products landing page, we will restrict them to use Carousel and Highlight Featured Products renderings only. This recipe assumes that you have created the mentioned renderings.
How to do it…
Here, we will first override placeholder settings for the data template of the Home
page:
- From the Content Editor, select standard values of the
Site Root
template. Open the Placeholder Setting dialog from the Device Editor. Remove any placeholder settings, if any. Create a new setting. - Set the Name to
Home Content
and the Placeholder Key field to ourmain-content
placeholder key. In the Parent field, select themain content
placeholder setting that we have already created. Here, select the required renderings from the Allowed Controls field: - Open the
Home
page in the Experience Editor. Add the renderings to it; you will find that only the preceding selected renderings will be available to pick, as shown in the following image: - In the same way, you can apply these settings to standard values on Product or any other template, as per your requirement.
How it works…
Once you create this placeholder setting, you will find a new item created in the main content
placeholder setting item, where you will find all the selected renderings in the Allowed Controls field:

You can also change placeholder settings from the Experience Editor by clicking on the highlighted button in the floating bar of the placeholder, as shown in the following image:

You learned how to place allowed controls on placeholders. Sitecore renderings have a Compatible Renderings field, as shown in the following image, where you can select compatible renderings to a particular rendering. So, while replacing any rendering from the Experience Editor, it will allow you to choose renderings from the selected compatible renderings only. For example, as shown in the following image, Sitecore will allow you to replace Carousel rendering with Banner rendering only. You can learn more about it at http://goo.gl/Tk5ybI:

- Java程序設計(慕課版)
- Maven Build Customization
- 三維圖形化C++趣味編程
- 編寫高質量代碼:改善C程序代碼的125個建議
- Spring Cloud、Nginx高并發核心編程
- Python高級機器學習
- Python機器學習經典實例
- Learning DHTMLX Suite UI
- R大數據分析實用指南
- 軟件項目管理實用教程
- Raspberry Pi Robotic Projects(Third Edition)
- JavaScript悟道
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- PHP項目開發全程實錄(第4版)
- 金融商業數據分析:基于Python和SAS