Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Merge requests
!757
Added full hero banner with dynamic images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added full hero banner with dynamic images
features/add-hero-banner
into
test
Overview
0
Commits
2
Pipelines
3
Changes
3
Merged
jindra12
requested to merge
features/add-hero-banner
into
test
2 years ago
Overview
0
Commits
2
Pipelines
3
Changes
3
Expand
#174 (closed)
0
0
Merge request reports
Viewing commit
bbc11f64
Prev
Next
Show latest version
3 files
+
41
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
bbc11f64
Add subtitle to variable height hero banner
· bbc11f64
jindra12
authored
2 years ago
#170
district/migrations/0109_alter_districthomepage_subheader.py
+
9
−
3
Options
# Generated by Django 4.1.8 on 2023-04-
18 23:18
# Generated by Django 4.1.8 on 2023-04-
24 22:33
import
wagtail.blocks
import
wagtail.fields
@@ -227,16 +227,22 @@ class Migration(migrations.Migration):
label
=
"
Titulek bloku
"
,
required
=
False
),
),
(
"
subtitle
"
,
wagtail
.
blocks
.
CharBlock
(
label
=
"
Podtitulek
"
,
required
=
False
),
),
(
"
button_text
"
,
wagtail
.
blocks
.
CharBlock
(
label
=
"
Text tlačítka
"
,
required
=
Tru
e
label
=
"
Text tlačítka
"
,
required
=
Fals
e
),
),
(
"
button_link
"
,
wagtail
.
blocks
.
URLBlock
(
label
=
"
Odkaz tlačítka
"
,
required
=
Tru
e
label
=
"
Odkaz tlačítka
"
,
required
=
Fals
e
),
),
]
Loading