georgringer / google-docs-content
Import google docs content into TYPO3
Package info
github.com/georgringer/google_docs_content
Type:typo3-cms-extension
pkg:composer/georgringer/google-docs-content
Fund package maintenance!
dev-master
2020-04-15 03:51 UTC
Requires
- google/apiclient: ^3.0
- typo3/cms-core: ^9.5|| ^10.1
- typo3/cms-frontend: ^9.5|| ^10.1
Replaces
- typo3-ter/google-docs-content: dev-master
This package is auto-updated.
Last update: 2026-02-15 15:57:14 UTC
README
This extension is currently a Proof of concept, everything might change ;)
Installation
- Install with composer
composer require georgringer/google-docs-content - Click on https://developers.google.com/docs/api/quickstart/js at the Enable Google Docs API button.
- Download the Client Configuration and save it somewhere on the server
- Setup Extension by using
./bin/typo3 googledocs:setup ./<path-to>/credentials.jsonand follow the steps
Usage
In Backend switch to new page type Google Docs Content and add the id of the document which you can find by checking the url if a google docs is opened.
E.g. https://docs.google.com/document/d/1XXXXXqtDJGae67PmfU7aHSOEj5BY1Y7j4ZlcH-0ePw/edit the ID is 1XXXXXqtDJGae67PmfU7aHSOEj5BY1Y7j4ZlcH-0ePw
Todos
- Improve page tca
- make a selector for finding files
- ...