Download the PHP package hmmh/news-to-blog without Composer
On this page you can find all versions of the php package hmmh/news-to-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package news-to-blog
News to blog
This extension contains a simple migration script to convert news entries (EXT:news) to blog pages (EXT:blog).
Installation
Installation can be done via composer.
composer require hmmh/news-to-blog
Execute
Execute the migration on CLI:
vendor/bin/typo3 blog:import_news <news> <blog>
Arguments
- news: the page id where the news are stored (export page)
- blog: the page id where the blog pages should be stored (import page)
Features
- A blog page is created for each news entry in default language
- A content element is created for the news which contains the header and the bodytext
- A content element is created for the related news
- FAL entries are stored in the blog page properties
- Content elements are created for all inline records of the news entries
- All pages and content elements will be localized
All versions of news-to-blog with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
typo3/cms-core Version ^9.5.0
t3g/blog Version ^9.1.0
georgringer/news Version ^7.2.0
typo3/cms-core Version ^9.5.0
t3g/blog Version ^9.1.0
georgringer/news Version ^7.2.0
The package hmmh/news-to-blog contains the following files
Loading the files please wait ....