diff --git a/src/technologies/c.json b/src/technologies/c.json index b970800b5..8caf5302b 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -79,8 +79,9 @@ "icon": "CKEditor.png", "js": { "CKEDITOR": "", - "CKEDITOR.version": "^(.+)$\\;version:\\1", - "CKEDITOR_BASEPATH": "" + "CKEDITOR.version": "^([\\d\\.])$\\;version:\\1", + "CKEDITOR_BASEPATH": "", + "apex.libVersions.ckeditor5": "^([\\d\\.])$\\;version:\\1" }, "website": "http://ckeditor.com" }, diff --git a/src/technologies/m.json b/src/technologies/m.json index cd8b2367c..7d479e0a6 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -2220,7 +2220,8 @@ "icon": "Microsoft.svg", "js": { "MonacoEnvironment": "", - "monaco.editor": "" + "monaco.editor": "", + "apex.libVersions.monacoEditor": "^([\\d\\.]+)$\\;version:\\1" }, "oss": true, "website": "https://microsoft.github.io/monaco-editor/" diff --git a/src/technologies/o.json b/src/technologies/o.json index 44cf7070f..92dc459bf 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -1200,6 +1200,22 @@ "scriptSrc": "/wp-content/plugins/optinmonster/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", "website": "https://optinmonster.com" }, + "Oracle Application Express": { + "cats": [ + 51 + ], + "description": "Oracle Application Express (APEX) is an enterprise low-code development platform from Oracle Corporation. APEX is a fully supported no-cost feature of Oracle Database.", + "icon": "Oracle.svg", + "js": { + "apex.libVersions": "", + "apex_img_dir": "" + }, + "saas": true, + "pricing": [ + "freemium" + ], + "website": "https://apex.oracle.com" + }, "Oracle Application Server": { "cats": [ 22 diff --git a/src/technologies/p.json b/src/technologies/p.json index 66baab751..304bfcd7c 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2461,7 +2461,8 @@ "description": "Prism is an extensible syntax highlighter.", "icon": "Prism.svg", "js": { - "Prism": "" + "Prism": "", + "apex.libVersions.prismJs": "^([\\d\\.]+)$\\;version:\\1" }, "scriptSrc": "prism\\.js", "website": "http://prismjs.com"