const TYPE_MISSING_JS = 12;
const TYPE_MISSING_CSS = 13;
const TYPE_INVALID_MULTIMEDIA_ASSET = 14;
+ const TYPE_MISSING_LINK_ASSET = 15;
const CRIT_ERROR = 5;
const CRIT_WARNING = 3;
'fixText' => __('Aller sur l\'éditeur de liens'),
'fixURL' => $linkeditorURL,
],
+ static::TYPE_MISSING_LINK_ASSET =>
+ [
+ 'summary' => __('Le contenu du lien est introuvable'),
+ 'criticality' => self::CRIT_WARNING,
+ 'text' => __('Le fichier :file est introuvable.') . ' ' . __('Le lien :uid (page :page) a été ignoré.'),
+ 'fixText' => __('Aller sur l\'éditeur de liens'),
+ 'fixURL' => $linkeditorURL,
+ ],
];
}