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.
Got another one that seems like it should be simple, but i can't figure out.
I have a content type that contains an entity reference field for Paragraph type. Within the paragraph type, I have a couple fields. One is an entiity reference to a taxonomy.
I hoped this was enough for content to show if a user navigated to the taxonomy page, but it doesn't show. I assume because it's a field nested in a Paragraph. So I tried to build a view block.
I'm trying to create a module that creates its own content types during installation. I understand that I need to use the Configuration API and the Entity API, but I'm having trouble adding Drupal-included fields to my custom type. From what I understand, I need to have a file for each field called file.file.node.content_type.field_type.yml. Am I correct in my understanding? If so, why are their two fields and where can I find the options to place in that configuration file?
Hi, I'm using Bootstrap (no additional theme) essentially in my top navigation I just want there to be three things: the logo, the main navigation, and another navigation for external links. However, I don't want the external links navbar to be a part of the first navbar because I don't need any emphasis on it. Instead, I want it in a collapsible menu that can be toggled using the "three dash button". When the site gets resized, I want the first navigation to join the external links in the collapsible menu. How can I do this?
I have a Drupal 8 Lightning site. I need to install the Ckeditor Copy Formatting plugin located here: http://ckeditor.com/addon/copyformatting. I created a small module that points to the plugin at: /libraries/copyformatting/. When I go to config manage text formats I can see and drag the Copy Formatting brush button into the active toolbar. But when I go to create a node the button is not displayed?