post/post-config

add namespace for plugins not installed and has config plugins

Closed this issue · 0 comments

Scrum commented
"reshape": {
  "plugins": {
    "custom-elements": {
      "defaultTag": "span"
    }
  }
}

should return

"reshape": {
  "plugins": {
    "reshape-custom-elements": {
      "defaultTag": "span"
    }
  }
}