Plugins: Link screenshot

This commit is contained in:
Jakub Vrana
2025-04-07 19:09:53 +02:00
parent e33ead15e5
commit bf24198e68
12 changed files with 55 additions and 9 deletions

View File

@@ -98,6 +98,10 @@ addEventListener('DOMContentLoaded', () => {
return true;
}
function screenshot() {
return "https://www.adminer.org/static/plugins/codemirror.gif";
}
protected static $translations = array(
'cs' => array('' => 'Použít CodeMirror 5 pro zvýrazňování syntaxe a <textarea> včetně našeptávání klíčových slov a tabulek'),
);