From a60131607e518b3522e1f9d7f0c0bfdfe9414fb2 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 25 May 2022 19:18:35 +0300 Subject: [PATCH] feat(shortcodes): add `field` shortcode - typo fix --- src/flextype/core/Parsers/Shortcodes/FieldShortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Parsers/Shortcodes/FieldShortcode.php b/src/flextype/core/Parsers/Shortcodes/FieldShortcode.php index 97699c46..9298df3c 100644 --- a/src/flextype/core/Parsers/Shortcodes/FieldShortcode.php +++ b/src/flextype/core/Parsers/Shortcodes/FieldShortcode.php @@ -19,7 +19,7 @@ namespace Flextype\Parsers\Shortcodes; use Thunder\Shortcode\Shortcode\ShortcodeInterface; use function registry; -// Shortcode: title +// Shortcode: field // Usage: (field:title) parsers()->shortcodes()->addHandler('field', static function (ShortcodeInterface $s) { if (! registry()->get('flextype.settings.parsers.shortcodes.shortcodes.field.enabled')) {