Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d881871

Browse files
Added itemprop to allowed attributes
1 parent 14319a0 commit d881871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Helper/HeadLink.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ class HeadLink extends Placeholder\Container\AbstractStandalone
4646
'sizes',
4747
'type',
4848
'title',
49-
'extras'
49+
'extras',
50+
'itemprop'
5051
];
5152

5253
/**

0 commit comments

Comments
 (0)