Initial commit of content.
This commit is contained in:
16
lib/modules/two-column-widgets/index.js
Normal file
16
lib/modules/two-column-widgets/index.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
extend: 'apostrophe-widgets',
|
||||
label: 'Two Column',
|
||||
addFields: [
|
||||
{
|
||||
name: 'areaLeft',
|
||||
type: 'area',
|
||||
label: "Left Area",
|
||||
},
|
||||
{
|
||||
name: "areaRight",
|
||||
type: "area",
|
||||
label: "Right Area"
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user