Implemented new Userfield type "Link" (references #258)

This commit is contained in:
Bernd Bestel
2019-09-17 19:33:06 +02:00
parent 6aa278c19c
commit 0fa0138972
6 changed files with 17 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ class UserfieldsService extends BaseService
const USERFIELD_TYPE_CHECKBOX = 'checkbox';
const USERFIELD_TYPE_PRESET_LIST = 'preset-list';
const USERFIELD_TYPE_PRESET_CHECKLIST = 'preset-checklist';
const USERFIELD_TYPE_LINK = 'link';
public function __construct()
{