We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d441ad commit 9bfdeceCopy full SHA for 9bfdece
1 file changed
docs/how-to-start.md
@@ -139,17 +139,15 @@ const data = [
139
},
140
]
141
142
-const infoShape = {
143
- preview: true,
144
- category: true,
145
- title: true,
146
- price: true,
147
- details: true,
+const cardShape = {
+ review: false,
+ subtitle: false,
+ price: false,
148
};
149
150
new booking.Booking("#root", {
151
data,
152
- infoShape,
+ cardShape,
153
// other parameters
154
});
155
~~~
0 commit comments