Actions
Feature proposal #5450
closedImplement IF substitution for location
Description
Implement a new IF substitution for location so content can show/hide based off being in frontend or backend. Example as follows.
[cb:if location="frontend"]DISPLAY IN FRONTEND ONLY[/cb:if]
[cb:if location="backend"]DISPLAY IN BACKEND ONLY[/cb:if]
It could also strictly follow Client ID as follows.
[cb:if clientid="0"]DISPLAY IN FRONTEND ONLY[/cb:if]
[cb:if clientid="1"]DISPLAY IN BACKEND ONLY[/cb:if]
Actions