https://github.com/janit/ezplatform-google-docs-demo
A demo command for how to import content from Google Docs to the eZ Platform content repository
https://github.com/janit/ezplatform-google-docs-demo
Last synced: 3 months ago
JSON representation
A demo command for how to import content from Google Docs to the eZ Platform content repository
- Host: GitHub
- URL: https://github.com/janit/ezplatform-google-docs-demo
- Owner: janit
- Created: 2020-02-26T07:21:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T21:22:30.000Z (over 5 years ago)
- Last Synced: 2025-02-24T03:37:23.667Z (over 1 year ago)
- Language: PHP
- Homepage: https://ezplatform.com/blog/import-google-docs-ez-platform
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Importing content from Google Docs to eZ Platform
This is an example CLI command for eZ Platform v3 to integrate with the Google Docs API. This is not a demonstration of pure best practices, but a prototype of how this integration can be built.
Expects repository to have a content type with the following details:
- identifier: google_docs_document
- fields:
- title
- body
More on the topic on the blog post: Importing content from Google Docs to eZ Platform
## eZ Platform is now Ibexa DXP
Going forward from version 3.2 eZ Platform (Enterprise Edition) will be known as the [Ibexa DXP technology](https://www.ibexa.co/products) that is the base for three products: [Ibexa Content](https://www.ibexa.co/products/ibexa-content), [Ibexa Experience](https://www.ibexa.co/products/ibexa-experience) and [Ibexa Commerce](https://www.ibexa.co/products/ibexa-commerce). Instructions in this code should be relevant since Ibexa DXP is an evolution of eZ Platform, not a revolution. Learn more from the [Ibexa DXP v3.2 launch post](https://www.ibexa.co/blog/product-launch-introducing-ibexa-dxp-3.2) and the [Ibexa developer portal](https://developers.ibexa.co).