Announcement

Collapse
No announcement yet.

Custom Extension not adding css

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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...
X