When adding a new field to an entity type, what determine the list of the available entities types that can be referenced? Where and how can I change this list?
I want to reference Paragraphs (for a specific reason I need to use a reference field an not a reference revision field) and I can't select "Paragraph" as a type to be referenced (I could before an update). I need to manually edit the field configuration to make it work.
For my website, I want to give users an option to save their selections before logging out. Once they click the logout button, I want to open a modal pop up which gives them 2 choices, Save or Cancel.
If they select Save, then their selections would be saved in the database.
How could I do so in drupal? If there are any examples online, please let me know.
I am trying to import an xlsx import into my site. I already have the feed setup, but there isn't a way to build a composite unique field (like for example, if any value in column 1 and any value in column 2 together (but not separately) exist, don't import. Is there a way I can do this? I'm trying to avoid building a custom parser if I can use built in feeds to do it.