.. include:: /Includes.rst.txt .. _fluidtypo3-vhs-condition-context-isbackend: =========================== condition.context.isBackend =========================== Condition: Is context Backend? ============================== A condition ViewHelper which renders the `then` child if current context being rendered is BE. Examples ======== :: Hooray for BE contexts! Hooray for BE contexts! Maybe FE, maybe CLI. Arguments ========= .. _condition.context.isbackend_then: then ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if met. .. _condition.context.isbackend_else: else ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if not met.