16 lines
385 B
JavaScript
16 lines
385 B
JavaScript
module.exports = {
|
|
options: {
|
|
groups: [
|
|
{
|
|
name: 'media',
|
|
label: 'Media',
|
|
items: [
|
|
'@apostrophecms/image',
|
|
'@apostrophecms/file',
|
|
'@apostrophecms/image-tag',
|
|
'@apostrophecms/file-tag'
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}; |