feat(SW-217): Split up Card to two (Card and TeaserCard)
This commit is contained in:
@@ -9,9 +9,7 @@ fragment CardBlock on Card {
|
||||
body_text
|
||||
has_primary_button
|
||||
has_secondary_button
|
||||
has_sidepeek_button
|
||||
heading
|
||||
is_content_card
|
||||
scripted_top_title
|
||||
title
|
||||
primary_button {
|
||||
@@ -52,9 +50,6 @@ fragment CardBlock on Card {
|
||||
}
|
||||
}
|
||||
}
|
||||
sidepeek_button {
|
||||
call_to_action_text
|
||||
}
|
||||
system {
|
||||
...System
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user