FAQ using Content Fragments !
Hello, wanted to expose FAQ content which will contain two fields only question and answers for diffrent services(AWS,MongoDB,AZURE) etc.
So we have created proxy api pages for each services and placing the content fragments over to the pages using Content Fragment component. Now for sending the FAQs of any service as an content we can use the model.json placed after the proxy api pages , the issue we are facing is we are getting unwanted fields in generated json we just want question and answer field in generated json , is there any way to resolve this issue .
Thanks.


