Skip to content
Snippets Groups Projects

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

Files
2
@@ -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),
Loading