[FEATURE] Add backend for loading translations via ajax
This commit is contained in:
20
Classes/Domain/Model/Translation.php
Normal file
20
Classes/Domain/Model/Translation.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
namespace Cjel\TemplatesAide\Domain\Model;
|
||||
|
||||
|
||||
/***
|
||||
*
|
||||
* This file is part of the "Templates Aide" Extension for TYPO3 CMS.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE.txt file that was distributed with this source code.
|
||||
*
|
||||
* (c) 2024 Philipp Dieter <philippdieter@attic-media.net>
|
||||
*
|
||||
***/
|
||||
/**
|
||||
* Translation
|
||||
*/
|
||||
class Translation extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user