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.
I have a Content Type with dozen fields. Each field has a label and renders as class=field_label.
Question 1: Can I make any of these H3's, H4's, H5's?
Question 2: If so - how do I do that?
It seems like them not rendering as H's would hurt optimization and take away uniformity across my site.
A workaround, I thought of, is hiding the labels and creating title fields for each field - but that seems like a ridiculous amount of work. I could also add the titles INTO the fields - but that also seems to be counter-intuitive.
It's getting more and more frustrating. Every time I think I finally understood how things work it suddenly doesn't work how I was expecting it.
My current problem is, that I created a mymodule.schema.yml which matches my two entities Country and Town. However when I install the module, the database-tables only have the id field and not the Name or the Reference.
I have installed a theme for my Drupal 8 project (NEXUS Theme). But while i am logged in as user or admin then whole front page is getting shown whereas if i am seeing the page without logging in. Nothing is getting shown except header and the front page content.
The slider part as well as the footer part is not getting shown.