Skip to content

Commit

Permalink
add priority enum config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregori De Vuyst committed Dec 21, 2023
1 parent e562e03 commit 4a9ca96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ImportExport/Serializer/Normalizer/EntityFieldNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ protected function getEnumConfig()
'is_default' => [
self::CONFIG_TYPE => self::TYPE_BOOLEAN,
],
'priority' => [
self::CONFIG_TYPE => self::TYPE_INTEGER,
],
];
}
}

0 comments on commit 4a9ca96

Please sign in to comment.