Hi in a cell of the table field I have an enityt reference field with autocomplete widget
With this code, I define the field and call the entity_reference view for the list with the nodes and everything works fine
I have spent several days on that one. We have several nodes on our website which needs to be public, but not exposed by the JSON:API. I have created a module which call some JSON:API hook to filter out nodes, but none of those hooks are working.
For the purpose of this example, lets say my module is called "mymodule".
I have created the file "mymodule.module".
I have implemented the "hook_theme" and it works: "mymodule_theme()". So I know my module file is in used.
I can't find the right hook to override the Entity Reference field settings on Edit Entity form, using Views Entity Reference, regarding to Views arguments, before the Views is executed for loading available items. Can anybody suggest me the right method?
As example on Default Drupal setup, on "Basic page" node I have the "Select list" entity reference to "Article" Node (which have "Tags" field), and have configured in it the Entity Reference Views that filter articles, with a single argument (Tags id = 1), like this:
However I wanted to create the same in Drupal 9 using either webform or custom form submission using views. I tried to create it, but it just create one bubble from one record considering X and Y coordinate and size parameter.
Hi, in a table I show various fields, in a cell I have an entity reference field called code and, after choosing the value, make the description of the code appear immediately below in the same cell
Show the description in the trust under the entity reference code field where there is the red line S.S: