We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662f4db commit 437d41cCopy full SHA for 437d41c
lib/Entry.php
@@ -48,8 +48,7 @@ class Entry extends rex_yform_manager_dataset
48
public const ONLINE = 1;
49
50
// Single point of truth for field names
51
- public const string ID = 'id';
52
- public const string STATUS_FIELD = 'status';
+ public const string STATUS = 'status';
53
public const string NAME = 'name';
54
public const string TEASER = 'teaser';
55
public const string DESCRIPTION = 'description';
@@ -70,8 +69,7 @@ class Entry extends rex_yform_manager_dataset
70
69
public const string CANONICAL_URL = 'canonical_url';
71
72
public const array FIELD_CONFIG = [
73
- self::ID,
74
- self::STATUS_FIELD => [],
+ self::STATUS => [],
75
self::NAME => [],
76
self::TEASER => [],
77
self::DESCRIPTION => [],
0 commit comments