Add AbstractFormField::$templateApplication
authorPeter Frühwirt <peter.fruehwirt@viecode.com>
Sun, 1 Dec 2019 09:40:41 +0000 (10:40 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 1 Dec 2019 09:40:41 +0000 (10:40 +0100)
commit715fb04e688fb4d325c2816da929429d2f92079f
treea1a522b0c33df61ac6dc114420c867fdcdfed410
parentc57d105d6753f435342e01ccb6e4ab14e10dca6d
Add AbstractFormField::$templateApplication

Currently all field templates have to be placed in the wcf folder. If an application wants to create their own custom field, the template has to placed in the wcf folder as well. This change enables custom components to use their own template folder.
wcfsetup/install/files/lib/system/form/builder/field/AbstractFormField.class.php