There was an error while loading. Please reload this page.
1 parent 2ca8450 commit 19c15b1Copy full SHA for 19c15b1
2 files changed
panel/src/components/Sections/FieldsSection.vue
@@ -27,6 +27,10 @@
27
import SectionMixin from "@/mixins/section.js";
28
29
/**
30
+ * A `fields` section is unwrapped into its fields on the
31
+ * blueprint level and never reaches the Panel anymore.
32
+ *
33
+ * @deprecated 6.0.0
34
* @copyright Bastian Allgeier
35
* @license https://getkirby.com/license
36
*/
panel/src/components/Sections/Sections.vue
@@ -56,6 +56,10 @@
56
57
<script>
58
59
+ * Sections are converted to fields on the blueprint level.
60
+ * Model views render `k-model-form` instead.
61
62
63
64
65
0 commit comments