Opened 6 years ago
Closed 6 years ago
#3679 closed enhancement (fixed)
Allow REST-API for post-type `handbook` to export contents for translation
Reported by: | miyauchi | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | |
Cc: |
Description
We are planning to translate contents for the handbook.
Can you activate REST-API for post-type handbook
?
My plan of workflow to translate is like following.
- Export handbook contents via REST-API.
- Convert contents to markdown format.
- Translate markdown files on GitHub
- Publish as gh-pages or import them into WordPress.
- If original handbook contents will be changed, get the information via REST-API.
Tracking changes for original pages is big problem when we try to translate it, but I guess we can solve this problem by REST-API.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Add line
'show_in_rest' => true,
.