georgringer / google-docs-content
Import google docs content into TYPO3
Fund package maintenance!
georgringer
paypal.me/GeorgRinger/10
www.amazon.de/hz/wishlist/ls/8F573K08TSDG
Patreon
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
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: 2024-10-15 13:09:12 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.json
and 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
- ...