for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Distilleries\FormBuilder\Fields;
class Tinymce extends FormFieldsView {
protected function getTemplate()
{
return 'tinymce';
}
protected function getDefaults()
return [
'moxiemanager' => (\File::exists(public_path($this->formHelper->getConfig('moxy_manager_path'))) ? $this->formHelper->getConfig('moxy_manager_path') : false),
];