mx-block-index-config.js 215 B

1234567891011121314151617
  1. export default {
  2. indexIndexBlocks: [
  3. {
  4. is: 'carousel-banner'
  5. },
  6. {
  7. is: 'schedule-steps',
  8. satisfyStoreGetters: ['false']
  9. },
  10. {
  11. is: 'news-tab'
  12. },
  13. {
  14. is: 'news-top'
  15. }
  16. ]
  17. }