1.8.0 • Published 9 years ago
@cnbritain/wc-section-subscribe v1.8.0
wc-section-subscribe
Subscribe section slice
Macro Settings
| Key | Optional | Default | Description |
|---|---|---|---|
| brand | false | Brand object. Must contain name and short_name |
JS Documentation
Themes
- Wired
Prerequisites:
Demo:
Install dependencies:
npm installBuild the things:
npm run sass
npm run jsPython the pythons:
cd demo
virtualenv .
source bin/activate
pip install -r requirements.txtStart the demo server:
python demo.py