Problem/Motivation
When we check metatag schema, we can see that schema for icon mask is missing.
The reason is typo in schema file.
metatag.metatag_tag.mask_ico:
Steps to reproduce
..
Proposed resolution
Change to:
metatag.metatag_tag.mask-icon:
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | metatag-3248439-2.patch | 575 bytes | lamp5 |
| #2 | fixed schema.JPG | 18.45 KB | lamp5 |
| missing schema.JPG | 16.08 KB | lamp5 |
Comments
Comment #2
lamp5Comment #3
damienmckennaAh! Well spotted. Thank you.
Comment #4
damienmckennaI wonder why this didn't show up in the test coverage?
Comment #5
damienmckennaCommitted. Thank you.