georgringer/google-docs-content

Import google docs content into TYPO3

Maintainers

Package info

github.com/georgringer/google_docs_content

Homepage

Type:typo3-cms-extension

pkg:composer/georgringer/google-docs-content

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2020-04-15 03:51 UTC

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.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
  • ...