You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creating component calling the database receiving this information:
1 Which contentType to show
2 Which Fields to show
3 how to show them (Grid, Slider, List)
4 if Grid how many columns
creating component calling the database receiving this information:
1 Which contentType to show
2 Which Fields to show
3 how to show them (Grid, Slider, List)
4 if Grid how many columns
let viewContentType = {
contentType: {
id: "5b0202dc93aec4148ef87ea1",
name: "Posts-test"
},
fields:["title","body"],
numperOfPosts : 4,
viewType: "Grid",
columns: 3
}
The text was updated successfully, but these errors were encountered: