| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | public function safeUp() |
||
| 17 | { |
||
| 18 | Craft::$app->announcements->push( |
||
| 19 | function($language) { |
||
| 20 | return Craft::t('seomatic', 'SEOmatic - SEO Settings fields', [], $language); |
||
| 21 | }, |
||
| 22 | function($language) { |
||
| 23 | return Craft::t('seomatic', 'The [SEO Settings]({url}) fields in SEOmatic now feature **Override** light switches next to each setting, to improve the content authoring experience.', [ |
||
| 24 | 'url' => 'https://nystudio107.com/docs/seomatic/fields.html', |
||
| 25 | ], $language); |
||
| 26 | }, |
||
| 27 | 'seomatic' |
||
| 28 | ); |
||
| 40 |