UNPKG

143 BJavaScriptView Raw
1// Configuration for field grouping
2
3module.exports = {
4 name: 'siteMap',
5 label: 'Site Map',
6 fields: ['siteMapPriority'],
7 last: true
8};