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 user-friendly mode.
Values (boolean)
- 0: disabled
- 1: enabled
Sample
$GLOBALS['TCA'][tx_org_news]['ctrl']['extensions']['xblog']['enabled'] = 1;
Copied!