Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psi-4ward/globalcontentelements
- Owner: psi-4ward
- Created: 2011-11-18T14:03:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T15:18:53.000Z (almost 12 years ago)
- Last Synced: 2024-12-09T08:46:48.433Z (25 days ago)
- Language: PHP
- Homepage:
- Size: 131 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.