Custom Extension not adding css

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marcview
    Junior Member
    • Mar 2021
    • 1

    Custom Extension not adding css

    if i add css thru a module it does not work, the js is working but not the css

    PHP Code:
    {
    "scriptList": [
    "__APPEND__",
    "client/modules/editor/lib/editor.js"
    ],
    "developerModeScriptList": [
    "__APPEND__",
    "client/modules/editor/lib/editor.js"
    ],
    "cssList": [
    "__APPEND__",
    "client/modules/editor/lib/css/my-own-stylessss.css"
    ],
    "developerModeCssList": [
    "__APPEND__",
    "client/modules/editor/lib/css/my-own-stylessss.css"
    ]
    } 
    
Working...