Boostrap alert box
- Add input type component to a page. Through the pages meta data edit the "componentType" property to "flowalertbox"
- Create a new player and copy and paste the html player file from the repo or use the following:
var manywho = {
cdnUrl: 'https://assets.manywho.com',
customResources: [
'https://s3.amazonaws.com/files-manywho-com/395cd7c0-bc6c-4270-a44a-d6d2b53007bf/components/flow-alertbox.js'
],
initialize: function () {
...
}
};
Attribute | Notes |
---|---|
alert_style | alert-warning, alert-success, etc. |