| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 15 | protected static function configure($config) |
||
| 16 | { |
||
| 17 | parent::configure($config); |
||
| 18 | $def = $config->getHTMLDefinition(true); |
||
| 19 | $def->addAttribute('a', 'target', 'Text'); |
||
| 20 | $def->addAttribute('img', 'srcset', 'Text'); |
||
| 21 | $def->addAttribute('img', 'sizes', 'Text'); |
||
| 22 | $def->addAttribute('img', 'loading', 'Text'); |
||
| 23 | } |
||
| 24 | } |