Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torchbox/wagtail-content-import
A module for importing page content into Wagtail from third-party sources. Docs:
https://github.com/torchbox/wagtail-content-import
Last synced: 1 day ago
JSON representation
A module for importing page content into Wagtail from third-party sources. Docs:
- Host: GitHub
- URL: https://github.com/torchbox/wagtail-content-import
- Owner: torchbox
- Created: 2019-06-18T14:47:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T16:42:59.000Z (16 days ago)
- Last Synced: 2024-10-18T19:10:35.790Z (16 days ago)
- Language: Python
- Homepage: https://torchbox.github.io/wagtail-content-import/index.html
- Size: 1.94 MB
- Stars: 33
- Watchers: 14
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wagtail - Wagtail Content Import - Import content from Google Docs or Docx into StreamFields, using a customisable mapping system. (Apps / Content Management)
README
![Wagtail Content Import](docs/img/wagtail_content_import_logo_with_text.svg)
Wagtail Content Import is a module for importing page content into Wagtail from third-party sources.
Page content is imported into a StreamField, using a set of customisable mappings.
Currently supports:### As sources:
- Google Docs
- OneDrive/SharePoint### As files:
- Google Docs documents with:
- Rich text
- Tables
- Images
- Headings
- Docx files with:
- Text with bold and italics
- Headings### Requirements:
* Django >= 4.2
* Wagtail >= 5.2 (for 6.0.x, 6.0.2 or later is required)For the full documentation, see: https://torchbox.github.io/wagtail-content-import/
### Note for Google Import
If using Google Docs import, for users to authenticate with Google they must either allow third party cookies or add `accounts.google.com` to their allowed domains ([Settings/Privacy and Security/Cookies and other site data in Chrome](chrome://settings/cookies) or [Preferences/Privacy & Security in Firefox](about:preferences#privacy)).