Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
}
.custom-gate-content {
text-align: center;
text-align: #{$custom_gate_content_position};
img {
width: #{$custom_gate_image_width};
height: auto;
Expand Down
7 changes: 7 additions & 0 deletions settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ custom_gate_enabled:
type: bool
default: false
description: "Enable it if you want to customize the modal."
custom_gate_content_position:
default: center
type: enum
choices:
- left
- right
description: "Custom gate content position."
custom_gate_image:
type: upload
default: ""
Expand Down