I am using 3 content type and core media library (which comes with 5 type - Audio, Document, Image, Video and Online Video) I have 4 fields in these type (Title, Description, Tags and Two terms reference fields) now I want to create a view though that If i expose a field i can search from all these type (Including content type (news, blog and mycontent) and all media type.
What i tried Search API but problem I am facing even I added media fields in indexed but it still not searching from media type but easily search from content type.
How do I post data from Drupal 9 when a content is created, post data to Drupal 7 hosted in a different server to create node content.
In Drupal7, I have enabled services module and created a resource to create login session, accept json data and creates node content. This is working fine when I test from POSTMAN.
I am new to Drupal 8/9 and not sure how to post json data to D7. Please could anyone suggest?
Hi, I'm attempting to learn Drupal through the book Drupal 8: Enterprise Web Development by Nick Abbott. In Module 2 chapter 5, the book has us create and install a custom theme based on Classy. I copied and pasted the code directly from the book; however, when I did so and then set the custom theme as default, I did not see anything other than bare HTML without any CSS or JavaScript.
I´m workin on a site made with Drupal8, I need to build a views page that show table of fields from a kind of content plus add a search Combine fields filter.
The search filter work fine, the only problem is that in the inital page of my view the table dont appear. But when I´m made a search for any keybword in the result page the table appear.
Someone can help me with it?