show registered export renderers in admin submit without required tpl block extension

This commit is contained in:
2021-10-29 11:37:51 +02:00
parent 500f226399
commit e1502b274e
6 changed files with 51 additions and 7 deletions

View File

@ -29,4 +29,9 @@ interface RendererInterface
* @return string
*/
public function getFileExtension() : string;
/**
* @return string
*/
public function getTitleTranslationId() : string;
}