Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module.exports = [
- {
- "type": "section",
- "items": [
- {
- "type": "heading",
- "defaultValue": "50 Blessings Config"
- },
- {
- "type": "radiogroup",
- "messageKey": "layout_type",
- "label": "Layout Type",
- "defaultValue": "original"
- "options": [
- {
- "label": "Original",
- "value": "original"
- },
- {
- "label": "Flipped",
- "value": "flipped"
- },
- {
- "label": "Centered",
- "value": "centered"
- }
- ]
- }
- ]
- }
- {
- "type": "submit",
- "defaultValue": "Save"
- }
- ];
Add Comment
Please, Sign In to add comment