@woodylab/payload 0.0.134 → 0.0.135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ export const blockCard = {
15
15
  {
16
16
  name: 'sectionViewMode',
17
17
  type: 'text',
18
- defaultValue: '',
18
+ defaultValue: 'Section',
19
19
  admin: {
20
20
  width: '50%',
21
21
  },
@@ -47,7 +47,7 @@ export const blockCard = {
47
47
  {
48
48
  name: 'containerViewMode',
49
49
  type: 'text',
50
- defaultValue: '',
50
+ defaultValue: 'Container',
51
51
  admin: {
52
52
  width: '50%',
53
53
  },
@@ -118,7 +118,7 @@ export const blockView = {
118
118
  {
119
119
  name: 'sectionViewMode',
120
120
  type: 'text',
121
- defaultValue: '',
121
+ defaultValue: 'Section',
122
122
  admin: {
123
123
  width: '50%',
124
124
  },
@@ -149,7 +149,7 @@ export const blockView = {
149
149
  {
150
150
  name: 'containerViewMode',
151
151
  type: 'text',
152
- defaultValue: '',
152
+ defaultValue: 'Container',
153
153
  admin: {
154
154
  width: '50%',
155
155
  },