pleroma-fe/src/components/modal/modals.style.js

11 lines
161 B
JavaScript

export default {
name: 'Modals',
selector: '.modal-view',
lazy: true,
notEditable: true,
validInnerComponents: [
'Panel'
],
defaultRules: []
}