Hi All,
we have a footer experience fragment how we can convert entire html page as json object
any references
Thankyou
Views
Replies
Total Likes
@dh54220 If the components that you are using in experience fragments have exporter support i.e., annotated with exporter.
https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/develop-slin...
you can simply add .model.json to your experience fragment which will give you json structure
Hope this helps,
Krishna
Thank you for the reply
I need not only json entire html as json object (include css and js)
any suggestion.?
HI @dh54220 ,
Experience fragment are delivered in HTML format by default.
However, if you are creating experience fragment with core components or develop your custom components using ComponentExporter, it should provide all the content in JSON format.
Hope this help!
Thanks
Thank you for the reply
Experience fragment are delivered in HTML format by default( can please brief on this)
we have requirement that we have header and footer experience fragment we need to send the entire html as json object(with include css and js) how we can achieve any suggestion.
Thankyou for the reply
we use of tidy.json we can convert json in readable format right?
what is my question is actually we have requirement that we have header and footer experience fragment we need to send the entire html as json object(with include css andjs) how we can achieve any suggestion.
to export the data as json including js and css you have to write your custom service either using sling model exporter.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies