-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Dateiverwaltung: Meta-Felder #717
Comments
You simply need to fetch the meta data yourself with |
Ja aber im ce_image und gallery_default Template wäre es ja einfacher wenn solche Felder bereits dabei wären und man nicht extra wieder das ganze Bild hereinladen müsste damit man die restlichen Meta-Felder bekommt. |
Hat mich auch schon genervt. 👍 |
leofeyer
added a commit
that referenced
this issue
May 9, 2017
Behoben in 0fb2a89. |
leofeyer
added a commit
that referenced
this issue
May 9, 2017
leofeyer
pushed a commit
that referenced
this issue
Sep 3, 2019
#717) Description ----------- This PR provides two new routes: * `/favicon.ico` which provides the icon you can now select in the root page settings (the fallback one). * `/robots.txt` which provides the `robots.txt` for any root page (the fallback one). Users can manually enter content plus we have an event that allows us to extend it dynamically. The core uses it to dynamically add all `sitemap.xml` entries making it super convenient for users 🎉 Commits ------- 06b25127 Dynamically load robots.txt and favicon.ico per root domain page and allow them to be extended using an event c94ebe41 Make response tagger optional 750facb6 CS a8d2c3d6 Fixed RobotsTxtListener and added unit tests 777dee61 Fix the coding style f7e132a3 Add the options to $arrOptions so the model is not fetched from the registry if there are options d4e14ffc Fix the coding style c0cc9617 Fix the tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hallo!
Im Backend ist es jetzt zwar möglich ein neues Meta-Feld hinzuzufügen für eine Sprache.
Auszug aus dem dca > tl_files.php > Feld: meta > eval (Zeile #221):
Die Ausgabe eines neuen Feldes funktioniert aber nicht.
In der Controller.php, Funktion: addImageToTemplate sind die Felder hardcoded hinterlegt (Zeile #1605):
Und was auch noch gut wäre ist wenn nicht nur input's möglich wären als Felder, sondern auch z.B. eine textarea oder für das Link-Feld der Link-Wizard zum auswählen von einer Seite oder einer anderen Datei (PDF's bei Bildern z.B.).
Liebe Grüße
pressi
The text was updated successfully, but these errors were encountered: