Hello community, I am new to Drupal and I am investigating how it works, the question is that I deleted by mistake the content article that brings by default, I searched and found how to create a new one, but using it does not publish it on the main page.
Does anyone know why? thank you very much!
We are using Drupal CMS to store the multilingual content and its served through custom APIs. We have a CMS GUI for content authors where they can view, search, filter, translate, add, edit and delete the content. We have done lots of customization in the CMS and also migration it from Drupal 7 to 8 and to 9.
Drupal 9.4. I am working on a module that reacts to managed_file events. On uploadAjaxCallback I wish to add a modal confirming some user intentions with a confirmation modal. The code is like the following...