.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../Includes.txt .. _administrators_setup_tca_enabled: .. index:: pair: xBlog; TCA single: TCA; xBlog enabled single: xBlog; enabled Enabled ======= xblog.enabled ------------- If this property is disabled, this table will not be provided in the Flexforms of the xBlog plugins. Has an effect only, if xBlog is running in the so called :ref:`user-friendly ` mode. Values (boolean) * 0: disabled * 1: enabled Sample .. code:: php $GLOBALS['TCA'][tx_org_news]['ctrl']['extensions']['xblog']['enabled'] = 1;