PHP code example of e-spin / page-info-bundle
1. Go to this page and download the library: Download e-spin/page-info-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
e-spin / page-info-bundle example snippets
// tl_page.php
$GLOBALS['TL_DCA']['tl_page']['list']['sorting']['panelLayout'] .= ',page_info';
// tl_article.php
$GLOBALS['TL_DCA']['tl_article']['list']['sorting']['panelLayout'] .= ',article_info';
// config.php
$GLOBALS['PAGE_AUTO_SUBMIT'] = false;
$GLOBALS['ARTICLE_AUTO_SUBMIT'] = false;