heimrichhannot / contao-list-bundle

This bundle offers a generic list module.
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Refactor DC_Multilingual integration #12

Closed koertho closed 2 years ago

koertho commented 2 years ago

This PR main aim is to refactor the DC_multilingual integration to use the query builder from the main bundle instead create in custom.

To outsource code from the main list class the base structure for a planned feature is introduced (ListExtensions). This feature is not completely implemented as should be considered as experimental. The full integration should be done in a future PR.

Also a new ListConfiguration class is introduced that should be cross-compabile to #11 in the future.