2017 © Pedro Peláez
 

contao-module contao-mobile-only

image

numero2/contao-mobile-only

  • Thursday, February 8, 2018
  • by numero2
  • Repository
  • 2 Watchers
  • 2 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 18 % Grown

The README.md

Contao Mobile Only

, (*1)

About

Adds options for pages / articles / content elements to be only visible in desktop or mobile version., (*2)

Screenshot

, (*3)

System requirements

  • Contao 3.0 or newer / successfully tested with Contao 4.3.9

Installation & Configuration

  • Create a folder named mobile_only in system/modules
  • Clone this repository into the new folder
  • Run a database update via the Installtool

Additional step for Contao 4.X: Open app/AppKernel.php and add the following line to the $bundles array, (*4)

new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('mobile_only', $this->getRootDir())

The Versions