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 would like to know if there is any module that allow to create a music playlist with tracks from different sources (youtube, soundcloud, bandcamp...).
I have a content type with two taxonomy terms fields(Term_1 and Term_2). The values of the second term(Term_2) depend on what is selected in the first term(Term_1).
When I create the content everything works very well. I have create dependent field with Business Rules module.
Now, how do I create the same thing with two filters exposed in the views?
I have added a menu item to my Drupal website via the following:
business_listing.links.menu.yml
business_listing.listings:
title: 'Browse Members'
description: 'Browse Business Listings'
parent: main
menu_name: main
route_name: business_listing.view_all
This works fine.
I would now like to add sub items to this menu (make it s dropdown) programmatically. How would I go about doing this and where would I place the code.
A company’s investment in an enterprise-level content management system backed by Acquia Lift puts it in the ready for strategic and accelerated growth in new markets and closer to its goal of providing world-class customer service.
I need to add a min-height parameter for Autogrow functionnality in Ckeditor (Drupal 8.6.11). ( CKEDITOR.config.autoGrow_minHeight = 70; )
When I change it incore/modules/ckeditor/js/ckeditor.js, this is working, but of course, this is not the good way to proceed, because we should never modify that module file (around line 192) :