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'm looking for a module that enables a autocomplete list for restricted pages in configure block so that you won't need to fill in the path manually so when setting a path for a block you won't need to remember for example /this-path-is-hard-to-remember-but you-should-remember-it-anyway-version-8.
I've been playing around with the Views module (which is great), on Drupal 6. I want to create a 3 column (1 row) table. Within each column i want to display some nodes. Each column will call up a different content type of nodes, almost like a newspaper, 3 columns. Its actually quite simple but Im not extremely familiar with views.
we can easily build a page content from an external endpoint (via jsonApi).
But, is there a solution to use datas from external endpoint in a reference field? I have terms on a external Drupal site, and I want to retrieve these terms in a reference field on a second site. Is it possible? Or is Drupal requires to use datas from the internal database to populate field?