refactor: object property names
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -14,8 +14,8 @@ use KTXF\Resource\Provider\Node\NodePropertiesBaseInterface;
|
||||
interface CollectionPropertiesBaseInterface extends NodePropertiesBaseInterface {
|
||||
|
||||
public const JSON_TYPE = 'document:collection';
|
||||
public const JSON_PROPERTY_CONTENTS = 'content';
|
||||
public const JSON_PROPERTY_LABEL = 'label';
|
||||
public const PROPERTY_CONTENTS = 'content';
|
||||
public const PROPERTY_LABEL = 'label';
|
||||
|
||||
public function content(): CollectionContent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user