-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
03 - Add a footer navigation to the website #8
Open
luca-rath
wants to merge
1
commit into
assignment/02
Choose a base branch
from
assignment/03
base: assignment/02
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
niklasnatter
force-pushed
the
assignment/02
branch
from
July 9, 2020 08:41
62269c8
to
4a3b90c
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
July 9, 2020 08:41
29f6a4b
to
c0c1b50
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
September 23, 2020 10:37
f010993
to
d3b0852
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
September 23, 2020 10:39
82c2319
to
5f0101b
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
September 23, 2020 10:47
d3b0852
to
d2641ea
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
September 23, 2020 10:47
5f0101b
to
216ce84
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
October 21, 2020 07:04
d2641ea
to
f54429c
Compare
niklasnatter
force-pushed
the
assignment/03
branch
4 times, most recently
from
October 23, 2020 09:16
afbf342
to
c37ea3b
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
October 23, 2020 11:30
3c66779
to
3f7a1d5
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
October 23, 2020 11:30
c37ea3b
to
38f9d5b
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
October 23, 2020 15:14
3f7a1d5
to
57392b6
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
October 23, 2020 15:14
38f9d5b
to
2f9e59b
Compare
luca-rath
force-pushed
the
assignment/03
branch
from
November 6, 2020 13:12
2f9e59b
to
4678d4b
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
February 16, 2021 13:59
34aaaef
to
e1b6743
Compare
niklasnatter
force-pushed
the
assignment/03
branch
2 times, most recently
from
February 16, 2021 14:23
3cd912b
to
e71e032
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
March 29, 2021 14:14
61c2dc1
to
f9b3e0e
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
March 29, 2021 14:14
e71e032
to
be8c88b
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
March 31, 2021 10:51
f9b3e0e
to
fc9d6b7
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
March 31, 2021 10:51
be8c88b
to
96ae2c2
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
May 27, 2021 12:47
fc9d6b7
to
ffd157f
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
May 27, 2021 12:47
96ae2c2
to
89e7baa
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
June 22, 2021 08:46
89e7baa
to
f6ef6bc
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
June 20, 2022 19:46
f6ef6bc
to
e1e8742
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
June 20, 2022 20:06
d8b37c6
to
ff882ed
Compare
niklasnatter
force-pushed
the
assignment/03
branch
3 times, most recently
from
June 20, 2022 21:19
d5886d2
to
b5a94c5
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
October 17, 2022 13:31
b470b18
to
69a2e31
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
October 17, 2022 13:31
b5a94c5
to
0a2c1f6
Compare
niklasnatter
force-pushed
the
assignment/02
branch
from
October 17, 2022 14:52
69a2e31
to
fb0a78b
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
October 17, 2022 14:52
0a2c1f6
to
558a568
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a footer navigation to the website
Goal
Right now, our website displays a static footer section on every page. We want to provide a way to manually manage
the links displayed in our footer section to our content manager.
Steps
footer
to theconfig/webspaces/example.xml
filefooter
navigation in yourtemplates/base.html.twig
Hints
main
navigation-contextMore Information
Sulu allows to define multiple so called navigation contexts to which the content manager can add an arbitrary number
of pages. Navigation contexts are defined in the navigation-section of the webspace configuration and can be assigned
to a page via the settings tab in the administration interface.
After defining a navigation context, a developer can retrieve the navigation for a given context by using Twig
extensions delivered with Sulu. The provided Twig extensions allow to retrieve a flat list of pages or a complete
nested navigation tree.
Links