But when I add pagination param to the url, "included" data is missing from the response. So can't we have relationship data with pagination in Drupal.
I'm looking for a tool to produce pure html landing pages from Drupal.
I imagine the page could be built as a Drupal Node, and then "exported" into a pure HTML format with no database calls, no Drupal loading, etc. , and generated with just the necessary CSS used by the page, with options to include some scripts, such as Google Tag Manager.
The pages could be stored in a configurable directory, in the webroot or a subdirectory like "/html".
Pages could be scheduled to be re-generated regularly, for example if their content is based on dynamic data.
I'm trying to use feeds + tamper to do bulk updates to an entity reference field in "Employee profile" content type but retaining existing values. I'm using a CSV file and mapping a "email" and "badge" columns as source with Email (field_email) and Badges (field_badges) as targets respectively, where email is set as unique. Additionally, I have configured the processor to "Do not update existing content items". When I run the import, it finishes successfully but it says "Feeds with tamper: There are no new Employee Profile items." and nothing is being added.
Am I correct in thinking that only a user with the administrator role can create a new user account. In any case, such a new account must be activated by an admin, before it can be used. I am asking this because a new account shows up in the user panel and wants to be unblocked. Since I am the ONLY admin in the installation, I have to assume that somebody else "hacked" my user/password, correct?
How to build a drop-down users menu, similar to the user menu in this forum (although I would like to make it on-click and not mouse hover?
I wanted to try a Views Accordion type approach but I read that jQuery UI is deprecated and no longer supported.
Grateful to those who can give me some guidance