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)
Just recently ran into an issue where the site is including a captcha_sid and captcha_token twice and they are different values. This is causing a reuse error. Google searching I found other reuse error cases but none that seems to apply to my instance.
I am using flexslider for create public or private video slider. Slider working fine but when I change slide the video not pause. I need previous slide video should be pause .
I am doing tests to check, in the submit phase, if the node I am inserting is already present or not. The control can be on one or more fields.
I don't know if the solution I wrote is right or not. I tried with the title field and it works, it seems to work also with the entity reference (field_livello), it doesn't work for me with the data field and I didn't understand how to do it.
Here is the code in form_alter
$form['#validate'][] = 'liveContra_validate';