https://github.com/bluecadet/bc_aicc
https://github.com/bluecadet/bc_aicc
drupal module
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluecadet/bc_aicc
- Owner: bluecadet
- Created: 2019-01-03T00:44:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T16:54:58.000Z (over 5 years ago)
- Last Synced: 2025-01-17T15:51:53.448Z (6 months ago)
- Topics: drupal, module
- Language: PHP
- Size: 71.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.codacy.com/app/pingevt/bc_aicc?utm_source=github.com&utm_medium=referral&utm_content=bluecadet/bc_aicc&utm_campaign=Badge_Grade)
[](https://forthebadge.com)
# Bluecadet Auto Import Content Config
**GOAL:** Reduce 90% drudgery and Time consumption.
## Field type coverage
| Field Type | Status |
| --- | --- |
| Text {string} | Y |
| Entity Reference Revision | |
| Paragraph | Y |
| Entity Reference | |
| Node | Y |
| Taxonomy Term | Y |
| Media | Y |
| Text (formatted) | Y |
| Text (formatted, long) | Y |
| Link | Y |
| Date | Y |
| Bool | Y |
| Number (decimal) | Y |
| Number (float) | Y |
| Number (int) | Y |
| Date Recur | N |
| Color Field | Y |## Assumptions
- Assumes paragraph entities have a "Preview" display mode.
- Assumes media entities have a "Inline Entity Form" form mode.
- Assumes the following entity browsers
- image_media_browser
- video_media_browser## Other Documentation
- [Initial Notes & Docs](https://docs.google.com/document/d/1MFHwPk6G_CM2-4qCKgDk5menPGkxkRT66c0jZ7Jgh8s/edit)
- [Packagist](https://packagist.org/packages/bluecadet/bc_aicc)
- [Blank Spreadsheet](https://docs.google.com/spreadsheets/d/1ZOgZY0s2l6OX6F_wlPHzgxcy_pkOQtfJO_DxaFpjQ3Y/edit)
- [Test Spreadsheet](https://docs.google.com/spreadsheets/d/1YgDXQBxUMb6yuIH4tIGf6mw3Q6y2-wmyRIx5ElbqyqA/edit)