-
Notifications
You must be signed in to change notification settings - Fork 4
Compatibility with Contao 5 #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # composer.json
dca/tl_content.php
Outdated
return $bundles; | ||
}; | ||
|
||
if (!in_array('ce-access', $getActiveBundles())) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ce_access wurde in den Core Integriert, da lohnt sich eine Prüfung nicht mehr ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was ist mit dieser Prüfung? @koertho
if(in_array('GlobalContentelements',$this->Config->getActiveModules()))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das sagt mir überhaupt nichts 😄
dca/tl_content.php
Outdated
$getActiveBundles = function () { | ||
$bundles = array_keys(System::getContainer()->getParameter('kernel.bundles')); | ||
|
||
$legacy = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Denke, dass wir das legacy mapping nicht mehr brauchen? 🤷♂️
Hallo, wird es subcolumns auch für C5 geben? Habt ihr schon eine Tendenz, wann die Erweiterung im CM verfügbar sein könnte? Viele Grüße und Danke! |
@lplusl Wir werden Subcolumn nicht für Contao 5 fit machen. Wir haben uns Intern für contao-bootstrap/grid entschieden und auch eine entsprechende Migration gebaut: https://github.com/heimrichhannot/contao-subcolumns2grid-migration-bundle |
No description provided.