I add multipart option for files upload. Please try check with dev release.
That form is unnecessary any more.
You can add condition id directly with the ECA Condition
And with ECA Condition Event on ECA UI you can compare [condition_id] with your condition id and use your rules then send condition result.
Please try with new beta-2
composer require 'drupal/eca_condition:^2.0@beta'
There is Options field allow you input any Guzzle's client options. Please try it.
Other way you can try new feature in last release called Eca Helper Quick Action allow you write small php code and implement your action in the file sites/eca/EcaActions.php
I added beta release for ECA Condition with ECA V2
jurgenhaas → credited zipme_hkt → .
Added in the 2.0.1-beta9
Added in the 2.0.1-beta9
Update release with compatible for ECA v2
Dear all,
This new feature is interesting.
i am the author of https://www.drupal.org/project/token_eca_alter →
I discovered ECA and it is a great module for Drupal Site Builder and developers.
I also created some other ECA for my projects. It will interesting if i can help for distribute to ECA core:
My others ECA modules:
https://www.drupal.org/project/views_extender →
https://www.drupal.org/project/eca_helper →
https://www.drupal.org/project/eca_condition →
@klonos @markdc
Base on idea of token_modifier, i write module https://www.drupal.org/project/token_eca_alter →
Combine Token with ECA → allow you can easy alter, modify exist value of any token.
@captain hindsight, with your case you can look this module https://www.drupal.org/project/token_eca_alter →
You can easy alter, extend exist token data.
For your case it easy done by using module Token OR
https://www.drupal.org/project/token_or →
Example in content use category title when category selected instead of node title
[node:field_category:entity:name|node:title]
Fixed on v2.0.8
Please update module
Dear all,
I can help extend gutenberg module allow it working with Field.
Everyone interesting with it please contact me with email flashvnn@gmail.com
@tanc,
Can you share the code after you convert https://github.com/anna-werner/gutenberg-slider to Drupal Gutenberg,
i follow your guide but it doesn't show plugin to allow select.