sanduhrs → created an issue.
sanduhrs → created an issue.
sanduhrs → created an issue.
sanduhrs → changed the visibility of the branch 3220116-rest-resource-for to active.
sanduhrs → changed the visibility of the branch 3220116-rest-resource-for to hidden.
sanduhrs → created an issue.
The online help has also been updated: https://git.drupalcode.org/project/webhooks/-/blob/4.0.x/src/Hook/Webhoo...
The payload included depends on the event or hook that triggers the sending.
An entity type event sends the entity, the current user the event identifier:
https://git.drupalcode.org/project/webhooks/-/blob/3.0.x/src/Hook/Webhoo...
You can find the other events and their payload by inspecting the above file or by receiving and logging the event you are interested in.
sanduhrs → made their first commit to this issue’s fork.
Fixed in 📌 Add bundles to webhook entity Active
Fixed in 📌 Add bundles to webhook entity Active
sanduhrs → created an issue.
sanduhrs → created an issue.
sanduhrs → created an issue.
How would we gain access to the json serialized webhook payload and headers?
sanduhrs → created an issue. See original summary → .
Committed to 3.0.x and 4.0.x
Thanks for contributing.
This has been committed to 4.0.x.
Thanks for contributing!
The merge request contains a backwards incompatible change.
Bumping major version.
sanduhrs → changed the visibility of the branch 3302284-bundles to hidden.
sanduhrs → changed the visibility of the branch 3302284-bundles-2 to hidden.
sanduhrs → created an issue.
Nevermind - thanks for contributing!
So then, please update the steps to reproduce in the description.
sanduhrs → made their first commit to this issue’s fork.
sanduhrs → made their first commit to this issue’s fork.
sanduhrs → made their first commit to this issue’s fork.
sanduhrs → created an issue.
sanduhrs → created an issue.
sanduhrs → created an issue.
Submit handlers are not attached to the form correctly.
sanduhrs → made their first commit to this issue’s fork.
joachim namyslo → credited sanduhrs → .
joachim namyslo → credited sanduhrs → .
joachim namyslo → credited sanduhrs → .
If you want this fixed, please support the upstream merge request: https://github.com/pear/XML_XRD/pull/2
The "token" is a twig variable and per default available in "Global: Custom text" fields, no further requirements.
at 1. Formatter approach
I don't think a pseudo field supports formatters.
You could create a text field or a link field and store the link to the node using a default value and tokens.
For these kind of fields the barcodes formatter will be available.
at 2. Global: Custom text
This also does not support field formatters afaict.
You could use the twig filter to render the barcode
{{ view_node|barcode('QRCODE', '#000000', 100, 100, 0, 0, 0, 0, 'png') }}
But currently there is a bug in Drupal core's filter system that prevents rendering if inline data images: https://www.drupal.org/project/drupal/issues/3413396 🐛 Xss:filter() malforms inline image references with data uri scheme Needs work
Before enabling the module you need to install and (auto-)load the external library tecnickcom/tc-lib-barcode:
https://git.drupalcode.org/project/barcodes/-/blob/7.x-1.x/README.md?ref...
You might want to use composer_manager module to assist you with the task or do it however you load and manage other third party libraries:
https://git.drupalcode.org/project/barcodes/-/blob/7.x-1.x/README.md?ref...
Thanks!
sanduhrs → created an issue.
Thanks!
I created MR!19 with the patch from #7 to get the tests running.
Apparently every existing test passes.
We need a new test for this case before it gets committed.
I reviewed the other parts of the referenced issue, don't think anything is left.
Thanks.
Joachim Namyslo → credited sanduhrs → .
#9 has been addressed.
Patch is simple, applies well and works as advertised.
Thanks!
Can confirm the findings in #5, added an example in the MR!5.
Thanks!
sanduhrs → made their first commit to this issue’s fork.
sanduhrs → created an issue.