diff --git a/api/src/utils/content-type-creator.utils.ts b/api/src/utils/content-type-creator.utils.ts index 503281331..a6c7d63d7 100644 --- a/api/src/utils/content-type-creator.utils.ts +++ b/api/src/utils/content-type-creator.utils.ts @@ -598,8 +598,8 @@ const convertToSchemaFormate = ({ field, advanced = false, marketPlacePath, keyM "field_metadata": { description: "", "default_value": { - "title": "", - "url": '', + "title": field?.advanced?.title ?? '', + "url": field?.advanced?.url ?? '', } }, "format": field?.advanced?.validationRegex ?? '',