for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* YAWIK
*
* @filesource
* @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de)
* @license MIT
* @author [email protected]
*/
namespace Core\Form\View\Helper;
* Class FormEditorLight
* @package Core\Form\View\Helper
class FormEditorLight extends FormEditor
{
protected $theme = 'light';
protected $languagePath="/js/tinymce-lang/";
}