Maybe its a silly question but im trying to reduce a requests results down from x amount to 3 within the expression editor of a collection. can this be done. i would do it in the graphql request but this is a child response item with no filtering
there are 3 x application/ld+json entries. 2 dupes I didnt create and the 3rd one which is mine. Is there documentation on how to edit these generated ones?
Am i doing something wrong. seems when a checkbox is inside a popover content the filter isnt added to the search. works fine if the checkbox is inside the main popover parent
Hey guys when i setup my filtering using the pages im able to access none existing pages. how do i block these. I tried 404 pointing towards the ok = false but it doesnt seem to work
i have a test called fetchData which takes these arguments. the buttons are created through a collection and the collection contains the variable title. is there a way to bind this. or will i need to self host and do some magic outside of webstudio.
just like to update flotiq added searching for single items through api using any unique field. Before it was just ID. so now you can create dynamic pages using slugs 😄
I have a collection and a button. The Collection uses a variable attched through the expression editor. This all works manually but Im not sure how to access that variable with a button or if its possible.
Hello! I'm attempting to update a page based on the slug but i cant seem to request data using a slug with flotiq. I can do it with ID any info on how to do this
works query{ blog_post(id: xxxxxxxxxx){ title header_image{url} blog_content } }
doesnot query{ blog_post(slug: xxxxxxxxxx){ title header_image{url} blog_content } }