Skip to content

Commit

Permalink
Merge pull request #52 from JAK0TA/feat/add-new-content-type-definition
Browse files Browse the repository at this point in the history
Add new type to content type definition
  • Loading branch information
KrohnMi authored Feb 20, 2024
2 parents 6fabe2f + 08bad31 commit 063660b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Definition/ContentTypeDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ class ContentTypeDefinition {

public const JSON = 'json';

public const TEXT = 'text';

public const XML = 'xml';
}

0 comments on commit 063660b

Please sign in to comment.