@@ -97,7 +97,7 @@ export class UcpfDetailsWorkspaceContext
97
97
return this . #model. getValue ( ) ;
98
98
}
99
99
100
- protected resetState ( ) : void {
100
+ protected resetState ( ) : void {
101
101
super . resetState ( ) ;
102
102
103
103
const availableFeedTypes = this . #feedTypes. getValue ( ) ;
@@ -112,38 +112,7 @@ export class UcpfDetailsWorkspaceContext
112
112
productChildVariantTypeIds : [ ] ,
113
113
productDocumentTypeIds : [ ] ,
114
114
includeTaxInPrice : true ,
115
- propertyNameMappings : [
116
- {
117
- uiId : nanoid ( ) ,
118
- nodeName : 'g:id' ,
119
- propertyAlias : 'sku' ,
120
- valueExtractorId : 'DefaultSingleValuePropertyExtractor' ,
121
- } ,
122
- {
123
- uiId : nanoid ( ) ,
124
- nodeName : 'g:title' ,
125
- propertyAlias : 'Name' ,
126
- valueExtractorId : 'DefaultSingleValuePropertyExtractor' ,
127
- } ,
128
- {
129
- uiId : nanoid ( ) ,
130
- nodeName : 'g:availability' ,
131
- propertyAlias : 'stock' ,
132
- valueExtractorId : 'DefaultGoogleAvailabilityValueExtractor' ,
133
- } ,
134
- {
135
- uiId : nanoid ( ) ,
136
- nodeName : 'g:image_link' ,
137
- propertyAlias : 'image' ,
138
- valueExtractorId : 'DefaultMediaPickerPropertyValueExtractor' ,
139
- } ,
140
- {
141
- uiId : nanoid ( ) ,
142
- nodeName : 'g:image_link' ,
143
- propertyAlias : 'images' ,
144
- valueExtractorId : 'DefaultMultipleMediaPickerPropertyValueExtractor' ,
145
- } ,
146
- ] ,
115
+ propertyNameMappings : [ ] ,
147
116
} as FeProductFeedSettingWriteModel ) ;
148
117
}
149
118
0 commit comments