I am trying to store xml with new field type. And for that I am following Drupal Data Type Doc.
What I do not understand, for an admin to insert - is it enough to define another data type ? Or what other classes to override so that XML values are not removed.
Hi dears
I wanted to create a form for digital signature collection
In this way, the visitor enters his name and surname and mobile number in the different fields of form
And the mobile number is validated by sending a message to the same number and the visitor must enter that number in the specific field
I use Drupal 8 and "webform" and "Smsframework" for SMS
I needed your help to connect the SMSframework to the webform (For SMS validation part)
I am following drupal docs to create a form, that stores XML. I only could find that, by default, it shows text-area field and user allowed text formats will be allowed.
I could not find anything that mentions XML, this is a required format for my project, anyone who understands Drupal is welcome for the suggestion.
Currently on our Drupal 8 site we have a lot of content that makes use of Layout Builder. We were wondering if there is a way to add an actions bar in the way that Views Bulk Operations actions dropdown works to our show all blocks view. (Content: Node operations bulk form)