mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 22:26:46 +02:00
chore(directives): typo upd
This commit is contained in:
@@ -17,7 +17,7 @@ declare(strict_types=1);
|
||||
use Glowy\Arrays\Arrays as Collection;
|
||||
use ChrisKonnertz\StringCalc\StringCalc;
|
||||
|
||||
// Directive: @calc()
|
||||
// Directive: @calc[]
|
||||
emitter()->addListener('onEntriesFetchSingleField', static function (): void {
|
||||
|
||||
if (! registry()->get('flextype.settings.entries.directives.calc.enabled')) {
|
||||
|
@@ -16,7 +16,7 @@ declare(strict_types=1);
|
||||
|
||||
use Glowy\Arrays\Arrays as Collection;
|
||||
|
||||
// Directive: @const()
|
||||
// Directive: @const[]
|
||||
emitter()->addListener('onEntriesFetchSingleField', static function (): void {
|
||||
|
||||
if (! registry()->get('flextype.settings.entries.directives.constants.enabled')) {
|
||||
|
@@ -16,7 +16,7 @@ declare(strict_types=1);
|
||||
|
||||
use Glowy\Arrays\Arrays as Collection;
|
||||
|
||||
// Directive: @field()
|
||||
// Directive: @field[]
|
||||
emitter()->addListener('onEntriesFetchSingleField', static function (): void {
|
||||
|
||||
if (! registry()->get('flextype.settings.entries.directives.fields.enabled')) {
|
||||
|
@@ -16,7 +16,7 @@ declare(strict_types=1);
|
||||
|
||||
use Glowy\Arrays\Arrays as Collection;
|
||||
|
||||
// Directive: @var()
|
||||
// Directive: @var[]
|
||||
emitter()->addListener('onEntriesFetchSingleField', static function (): void {
|
||||
|
||||
if (! registry()->get('flextype.settings.entries.directives.vars.enabled')) {
|
||||
|
Reference in New Issue
Block a user