From ff7da0011f73db112d5c20d07d762c50b7bff1c4 Mon Sep 17 00:00:00 2001 From: Jonas Eberle Date: Mon, 9 Nov 2020 01:03:49 +0100 Subject: [PATCH] [DOCS] document necessity for DB compare; remove warning about missing composer plugin ;) ;) :) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48e7416..decc88e 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,8 @@ composer config minimum-stability dev composer req sci/sci-api:dev-master -### Shortcomings -* Currently, Content Blocks are not installable via composer. You need to create a directory `typo3conf/contentBlocks` - and add your Content Blocks there manually. +* Add new database fields: (Backend) `Maintenance` › `Analyze Database Structure` +* Use composer to install Content Block packages or add them manually to `typo3conf/contentBlocks` ## Usage