$output.='<p>'.t('Configuration management in D8 is amazing, and saves us a lot of effort. But one annoying thing is when it complains about entities that need to be deleted before a bundle/content-type/entity-type is deleted. When that happens, you cannot import any configurations until you\'ve manually deleted the aforementioned entities.').'</p>';
$output.='<p>'.t('This can be a problem if this happen during an automated configuration import as part of deployment (or similar). And it can when switching between branches on a project (where each project may have an entity type not on other branches yet), and when deploying changes with systems like Jenkins.').'</p>';
$output.='<p>'.t('It may also not be trivial to find the entities and delete them (depending on what type of entities they are).').'</p>';
$output.='<h3>'.t('Enter this module').'</h3>';
$output.='<p>'.t('This module offers the option of automatically deleting these entities when detected, allowing the import of configurations to carry on.').'</p>';
$output.='<p>'.t('It also offers a "debugging" mode in which it will list the entities that will/need to be deleted (as entity type/id pairs).Both of these features can be independently enabled/disabled to fit your needs.').'</p>';
$output.='<p>'.t('Both of these features can be independently enabled/disabled to fit your needs.').'</p>';