Updated on 2026-08-14
This commit is contained in:
parent
bac57ca199
commit
1c17a8389a
3 changed files with 15 additions and 18 deletions
|
|
@ -12,9 +12,9 @@ interface PromoBannersBlockComponent : ComposableContentComponent {
|
|||
val isInitiallyVisibleOnScreen: Boolean = true,
|
||||
)
|
||||
|
||||
enum class Placeholder {
|
||||
MAIN,
|
||||
FEED,
|
||||
enum class Placeholder(val value: String) {
|
||||
MAIN("main"),
|
||||
FEED("shtorka"),
|
||||
}
|
||||
|
||||
interface Factory : ComponentFactory<Params, PromoBannersBlockComponent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue