Skip to content
Snippets Groups Projects
Commit dbcfa8e0 authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Merge branch '3498128-allow-token-with' into '2.0.x'

Issue #3498128 by grimreaper: Allow token with url prop type

See merge request !315
parents 85939fc6 22d33e68
No related branches found
No related tags found
No related merge requests found
Pipeline #389583 passed
......@@ -26,7 +26,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
id: 'token',
label: new TranslatableMarkup('Token'),
description: new TranslatableMarkup('Text with placeholder variables, replaced before display.'),
prop_types: ['slot', 'string'],
prop_types: ['slot', 'string', 'url'],
tags: [],
context_definitions: [
'entity' => new ContextDefinition('entity', label: new TranslatableMarkup('Entity'), required: FALSE),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment