1.0.0 • Published 7 years ago

@blackbaud/skyux-builder-plugin-stache-code-block v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Stache Code Block

npm status

This SKY UX Builder plugin converts the innerHTML of all <stache-code-block> elements to HTML entities. This is done to prevent Angular from resolving bindings, and to display HTML elements as text. This plugin is intended to be used with Stache 2 Components.

Installation

npm install --save @blackbaud/skyux-builder-plugin-stache-code-block

Usage

Open skyuxconfig.json and add the following:

{
  "plugins": [
    "@blackbaud/skyux-builder-plugin-stache-code-block"
  ]
}