Skip to content

Commit

Permalink
fix: Add alias to field
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Jul 16, 2024
1 parent 42b2a25 commit d65a6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/TemplateFieldService.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function extractFields(Node|int $file): ?array {
$index,
$attr["content"],
$attr["type"],
$attr["alias"],
$attr["id"],
$attr["tag"]
)
Expand Down

0 comments on commit d65a6c8

Please sign in to comment.