File tree Expand file tree Collapse file tree
packages/blocks/src/quotes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ applyPropertyControls(QuoteBasic, {
5252applyPropertyControls ( QuoteBasic . Content , {
5353 children : {
5454 title : 'Text' ,
55- type : ControlType . String
55+ type : ControlType . String ,
56+ required : true
5657 } ,
5758 sx : {
5859 type : ControlType . Style
@@ -62,8 +63,7 @@ applyPropertyControls(QuoteBasic.Content, {
6263applyPropertyControls ( QuoteBasic . Author , {
6364 children : {
6465 title : 'Text' ,
65- type : ControlType . String ,
66- required : true
66+ type : ControlType . String
6767 } ,
6868 sx : {
6969 type : ControlType . Style
@@ -73,8 +73,7 @@ applyPropertyControls(QuoteBasic.Author, {
7373QuoteBasic . usage = `
7474 <QuoteBasic>
7575 <QuoteBasic.Content>
76- We have to continually be jumping off cliffs and developing
77- our wings on the way down.
76+ Science is magic that works.
7877 </QuoteBasic.Content>
7978 <QuoteBasic.Author>
8079 Kurt Vonnegut
Original file line number Diff line number Diff line change @@ -14,13 +14,8 @@ innovative tool for teams.
1414
1515It's open-source and MIT licensed.
1616
17- <div style = { { display: ' none' }} >
18-
1917- [ Try the demo &rarr ; ] ( /demo )
2018- [ Read the docs &rarr ; ] ( /docs )
21- - [ Learn about the vision of Blocks &rarr ; ] ( /vision )
22-
23- </div >
2419
2520<br /><br />
2621
You can’t perform that action at this time.
0 commit comments