spaces work now!
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
|
||||
export default {
|
||||
alias: 'space.social',
|
||||
|
||||
fields: [
|
||||
{
|
||||
field: 'twitter',
|
||||
display: 'text',
|
||||
label: 'Twitter'
|
||||
},
|
||||
{
|
||||
field: 'facebook',
|
||||
display: 'text',
|
||||
label: 'Facebook'
|
||||
},
|
||||
{
|
||||
field: 'youtube',
|
||||
display: 'text',
|
||||
label: 'YouTube'
|
||||
},
|
||||
]
|
||||
};
|
||||
@@ -0,0 +1,24 @@
|
||||
|
||||
export default {
|
||||
alias: 'space.team',
|
||||
|
||||
fields: [
|
||||
{
|
||||
field: 'name',
|
||||
display: 'text',
|
||||
label: 'Name',
|
||||
required: true
|
||||
},
|
||||
{
|
||||
field: 'position',
|
||||
display: 'text',
|
||||
label: 'Position'
|
||||
},
|
||||
{
|
||||
field: 'email',
|
||||
display: 'text',
|
||||
label: 'Email',
|
||||
required: true
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user