Skip to content

Commit 19c15b1

Browse files
docs: Deprecate the sections components
1 parent 2ca8450 commit 19c15b1

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

panel/src/components/Sections/FieldsSection.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
import SectionMixin from "@/mixins/section.js";
2828
2929
/**
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
3034
* @copyright Bastian Allgeier
3135
* @license https://getkirby.com/license
3236
*/

panel/src/components/Sections/Sections.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656

5757
<script>
5858
/**
59+
* Sections are converted to fields on the blueprint level.
60+
* Model views render `k-model-form` instead.
61+
*
62+
* @deprecated 6.0.0
5963
* @copyright Bastian Allgeier
6064
* @license https://getkirby.com/license
6165
*/

0 commit comments

Comments
 (0)