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.
Where there is the main navigation up top and then the sidebar that shows you where are are in the navigation tree, and acts like a breadcrumb.
I'm wondering how to go about setting this up in Drupal 8? Is there a way I can use the same Menu for both, or do I create two seperate menus to populate them?
I'm looking for a way for users upload VR Videos or Images to my site, then have some sort of interface where the user can scroll around to see what is happening in the video/image.
I have looked at the video embed field module, so I am able to embed 360 video from youtube, but I would prefer it if I could play the video directly from my server.
Just wondering if anyone else has had this thought or if there is another solution I have missed.
Is this possible to use schedule inside the paragraph type? I want to set published and unpublished date in paragraph type. Please let me know solution.
I have views that output an unformatted list from the teaser news template. I named them(template) node--news--teaser.html.twig
But when on the production server the editor(user) publishes the news with the help of the scheduler through the cron, some teaser news in this list(views) does not use a custom template but uses the default(unformatted views-view-unformatted.html.twig) template.
Suppose we have different sizes against responsive image field.
So when uploading an image, database will store different paths against these sizes.
But image will generate only when we done a request from frontend.
Is there a way to process these urls in background after image upload ?