Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Dec 17, 2024
1 parent f0f16ae commit 6d926b4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ interface ICustomVocabularyField extends IBaseField<'custom_vocabulary'> {

type IFieldConverted = IBaseField<'normal'> | ICustomVocabularyField;

/**
* Fields that don't have a planning profile schema
*/
const FIELDS_TO_FILTER = [
'associated_event',
];
Expand Down

0 comments on commit 6d926b4

Please sign in to comment.