Skip to content

Basic stylings and logic for every client project (Contao 4.x)

Notifications You must be signed in to change notification settings

magmell-agentur/contao-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contao-basic

Basic stylings and logic for every client project (Contao 4.9+)

contents

  • setting basic video parameters in DCA, aspect ratio set to 16:9 if nothing else was selected
  • adding basic CSS including reset logic for all projects
  • adding CSS for basic layout and responsive behaviour on video and map elements (based on aspect ratio)
  • adding CSS for imprint and privacy pages (requires page class privacy and content class dsgvo21 on the mandatory info block to object direct advertising and data collection)

All logic is compatible with the bundle contao-privacy and includes not only the element style, but also the responsive styling for the privacy overlay.

additional instructions

To set the aspect ratio on existing video elements this query directly on the DB helps. Only needed once, for example after a Contao upgrade from 4.4:

UPDATE `tl_content` SET playerAspect = '16:9' 
WHERE (`type` LIKE 'youtube' OR type LIKE 'vimeo') and (playerAspect = 'none' OR playerAspect = '')

About

Basic stylings and logic for every client project (Contao 4.x)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 54.3%
  • PHP 45.7%