Repository URL to install this package:
|
Version:
4.0.21 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const wording = {
submitLabel: 'submit',
cancelLabel: 'cancel',
placeholderText: 'Enter your text here'
};
exports.wording = wording;
const inputList = [{
identity: 'textArea',
type: 'textarea',
name: 'commentBox',
value: '',
className: 'comment-box',
wrapperClassName: 'comment-box-wrapper',
validationType: 'none',
maxLength: 5000
}];
exports.inputList = inputList;
exports.default = inputList; //# sourceMappingURL=fixture.js.map