18 changed files with 174 additions and 237 deletions
@ -1,26 +0,0 @@
|
||||
[block] |
||||
name = generic-header |
||||
|
||||
[fields.headers] |
||||
label = headers |
||||
type = strings |
||||
|
||||
[fields.primary_color] |
||||
name = Landing Page Primary Color |
||||
label = primary_color |
||||
type = string |
||||
|
||||
[fields.header_color] |
||||
name = Header Color |
||||
label = header_color |
||||
type = select |
||||
choices = text-light, text-dark |
||||
choice_labels = light, dark |
||||
default = text-light |
||||
|
||||
[fields.nav_link_color] |
||||
name = Navigation Link Color |
||||
type = select |
||||
choices = navbar-light, navbar-dark |
||||
choice_labels = dark, light |
||||
default = dark |
@ -1,7 +0,0 @@
|
||||
<div class="jumbotron jumbotron-fluid" style="background-color: {{this.primary_color}};"> |
||||
<div class="container-fluid"> |
||||
{% for h in this.headers %} |
||||
<h1 class="display-1 generic-header {{this.header_color}}" style="font-weight: bolder;">{{h}}</h1> |
||||
{% endfor %} |
||||
</div> |
||||
</div> |
Loading…
Reference in new issue