Skip to content

Commit

Permalink
✨ sections, dynamic blueprints example
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <[email protected]>
  • Loading branch information
bnomei committed Nov 24, 2023
1 parent d7ebe7b commit 1e7acef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/site/plugins/test/models/DynamoPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function nameOfThisMethodDoesNotMatterOnlyTheAttribute(): array
'c' => Field::make('text', 'User')
->property('placeholder', $user->email().' ('.$user->role().')'),
'd' => Field::make('text', 'Value from Plugin Options')
->property('placeholder', option('bnomei.blueprints.test'))
->property('placeholder', option('bnomei.blueprints.test')) // does not work
->property('help', 'expected: Test'),
'e' => Field::make('text', 'Value from global Options')
->property('placeholder', option('debug') ? 'true' : 'false'),
Expand Down

0 comments on commit 1e7acef

Please sign in to comment.