Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psi-4ward/globalcontentelements

Contao Extensions: Use the native contentelements in your extension
https://github.com/psi-4ward/globalcontentelements

Last synced: 22 days ago
JSON representation

Contao Extensions: Use the native contentelements in your extension

Awesome Lists containing this project

README

        

== GlobalContentelements ==

Erweitert die Contao tl_content Tabelle mit einem "Source"-Feld. Damit gehört ein Inhaltselement
nicht zwangsweise einem Artikel an. Man kann damit in eigenen Erweiterungen tl_content als Child-Table
verwenden und alle Inhaltselemente nutzen.

Beispiel News4ward:
* Der DCA von tl_news4ward_article setzt als ctable tl_content ein.
* Wenn der _GET-Parameter "do" news4ward enthält, also den Modulnamen, wird in tl_content die ptable auf tl_news4ward_article gesetzt.
* Jetzt können in NewsArtikel alle installierten Inhaltselemente genutzt werden.