Moved some fields to advanced section of attribute form
This commit is contained in:
20
app/imports/ui/components/forms/AdvancedSection.vue
Normal file
20
app/imports/ui/components/forms/AdvancedSection.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template lang="html">
|
||||
<v-expansion-panel popout>
|
||||
<v-expansion-panel-content>
|
||||
<div slot="header" class="subheading">
|
||||
Advanced
|
||||
</div>
|
||||
<v-card-text>
|
||||
<slot/>
|
||||
</v-card-text>
|
||||
</v-expansion-panel-content>
|
||||
</v-expansion-panel>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="css" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user