I'm developing an API endpoint that serves as a feed (not like RSS or Atom, but more customized). To do this I'm using Views in Drupal 8 along with RESTful Web Services. One criteria is content that has been updated in the last seven days.
How do I get a View to query for content that has had revisions in the last week? I added a filter for content that has a "changed" field value of less than a week, but I can't seem to get revisions to work no matter what I try.
Hi, we use Drupal 8 for our company intranet. I am looking for advice on what module we should use to manage the thousands of files that we need to upload every year with the ability to also delete and edit. I am looking for a module that will also allow batch uploads, currently we have to upload files individually which is very time consuming.