Hi @bdunphy
I added code to dev version, please try use dev version.
I will check and release new version later.
Regards.
Hi @mysdiir
It nice that you interesting with my ECA quick actions idea.
My idea about ECA quick actions that help me can use exist function in the Drupal and other contrib modules function without need define custom module.
With your idea when create custom annotation in your custom module for quick action you can directly create ECA Action plugin will better.
But for your idea I think we can create other EAC action called
ECA Helper: Quick Service Action
with input are service name, service function name and parameters like current ECA Quick Action
There are 2 points here:
- User can input any service and function in the Quick Service Action, but it may concern with the security when user can access to any Drupal service.
-In custom module you can create a service with custom tag like "eca_quick_action" the module will automatic scan these service and allow user can select defined with tag "eca_quick_action"
Please give me your thought with my above comment.
Best regards.
The http client return raw data, because sometime data return not json format.
You need convert json string to array token then access it.
Please check upload images it will help you how to convert
Look like you use old version of eca_helper.
Please use latest version 2.0.2
When POST content already in json format you keep use RAW format is OK.
Please try again and send the feedback.
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.