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.
Can anyone help based on Form Value, how to disable sending an email that has already been configured within admin/config/workflow/workflows/manage/case_workflow/transition/publishing_review_to_publish . I am using workflow moderation.
i have a paragraph and taxonomy field which is referenced to content type. i am able to index these fields(all content filed, paragraph and taxonomy field using add fields in search api config)
my question is how can i show search result to the user if they search with some paragraph filed or taxonomy field and redirect the user to original content(node detail page) from the search result view page.
I would like to create a new module, and I would need entities with pretty much all the same implementations/functionnality than the core Node module (revisions, translation, bundles, custom fields, forms, etc.).
What is the best way to achieve this? I'm not an experienced developper, that would be my first module, and I know that my question is a bit general and maybe lack a bit of context, but I just need to be on the right track to plan accordingly before I begin coding.