Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Solved this. Though I couldn't find a way to use the machine name "category", I was able to create a new field_category, use an entity reference to the Taxonomy and then change the display options.
Trying to Re-use an existing field: Entity reference: category, but this option is missing from the drop-down menu. Any ideas why it is missing and how to get it listed?
So here, I am referring to the keys "#title", "#markup", etc. I noticed there are other similar keywords, which I'm sure somehow relates to where and how Drupal outputs its content to.
I am pretty sure that this post exist already but I can't find it.
Drupal 8.
I need to make a content type where user can enter and address, for exemple "13 Rue du Pilier, 93300 Aubervilliers, France" with if possible suggestions from Google Map/Place. Once they click save, it will load the page with of course the address and a map showing the exact point they enter.
I have done that in D7, but for the h**l of my brain, I can't make it happen in D8. So what should I do? Any tutorials I should read/watch?