Skip to content

Commit 786ef4a

Browse files
committed
Added breadcrumbsSeparator option to FetchedStoreProfile.DesignSettings DTO
1 parent ea6bfaf commit 786ef4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ data class FetchedStoreProfile(
411411
@JsonFieldName("breadcrumbs_home_url")
412412
val breadcrumbsHomeUrl: String? = null,
413413

414+
@JsonFieldName("breadcrumbs_separator")
415+
val breadcrumbsSeparator: String? = null,
416+
414417
@JsonFieldName("cart_widget_fixed")
415418
val cartWidgetFixed: Boolean? = null,
416419

0 commit comments

Comments
 (0)