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
Why is this feature required? What problems does it solve?
Currently, text/rich text elements which are part of a Content-Type Snippet, are not translated.
Proposed solution
To include the data of content snippets, it would need to loop through the content type's elements and call the snippet endpoint for each one. Then, you could add the elements in the response to some array that holds all of the type elements.
It would be similar to here: https://github.com/Kentico/kontent-google-sheets-add-on/blob/master/types.gs#L55.
The text was updated successfully, but these errors were encountered:
Motivation
Why is this feature required? What problems does it solve?
Currently, text/rich text elements which are part of a Content-Type Snippet, are not translated.
Proposed solution
To include the data of content snippets, it would need to loop through the content type's elements and call the snippet endpoint for each one. Then, you could add the elements in the response to some array that holds all of the type elements.
It would be similar to here: https://github.com/Kentico/kontent-google-sheets-add-on/blob/master/types.gs#L55.
The text was updated successfully, but these errors were encountered: