@@ -48,25 +48,25 @@ class Entry extends rex_yform_manager_dataset
48
48
public const ONLINE = 1 ;
49
49
50
50
// Single point of truth for field names
51
- public const string STATUS = 'status ' ;
52
- public const string NAME = 'name ' ;
53
- public const string TEASER = 'teaser ' ;
54
- public const string DESCRIPTION = 'description ' ;
55
- public const string DOMAIN_IDS = 'domain_ids ' ;
56
- public const string LANG_ID = 'lang_id ' ;
57
- public const string PUBLISHDATE = 'publishdate ' ;
58
- public const string AUTHOR_ID = 'author_id ' ;
59
- public const string URL = 'url ' ;
60
- public const string CATEGORY_IDS = 'category_ids ' ;
61
- public const string IMAGE = 'image ' ;
62
- public const string IMAGES = 'images ' ;
63
- public const string ATTACHMENTS = 'attachments ' ;
64
- public const string CREATEDATE = 'createdate ' ;
65
- public const string CREATEUSER = 'createuser ' ;
66
- public const string UPDATEDATE = 'updatedate ' ;
67
- public const string UPDATEUSER = 'updateuser ' ;
68
- public const string UUID = 'uuid ' ;
69
- public const string CANONICAL_URL = 'canonical_url ' ;
51
+ public const STATUS = 'status ' ;
52
+ public const NAME = 'name ' ;
53
+ public const TEASER = 'teaser ' ;
54
+ public const DESCRIPTION = 'description ' ;
55
+ public const DOMAIN_IDS = 'domain_ids ' ;
56
+ public const LANG_ID = 'lang_id ' ;
57
+ public const PUBLISHDATE = 'publishdate ' ;
58
+ public const AUTHOR_ID = 'author_id ' ;
59
+ public const URL = 'url ' ;
60
+ public const CATEGORY_IDS = 'category_ids ' ;
61
+ public const IMAGE = 'image ' ;
62
+ public const IMAGES = 'images ' ;
63
+ public const ATTACHMENTS = 'attachments ' ;
64
+ public const CREATEDATE = 'createdate ' ;
65
+ public const CREATEUSER = 'createuser ' ;
66
+ public const UPDATEDATE = 'updatedate ' ;
67
+ public const UPDATEUSER = 'updateuser ' ;
68
+ public const UUID = 'uuid ' ;
69
+ public const CANONICAL_URL = 'canonical_url ' ;
70
70
71
71
public const array FIELD_CONFIG = [
72
72
self ::STATUS => [],
0 commit comments