-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Add the career page settings
- Loading branch information
1 parent
e8b09e6
commit d1280f6
Showing
2 changed files
with
37 additions
and
11 deletions.
There are no files selected for viewing
40 changes: 37 additions & 3 deletions
40
local_packages/success/Configuration/Sets/Career/settings.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
foo: | ||
bar: | ||
baz: 60 | ||
ui: | ||
theme: "light:only" | ||
layout: | ||
radius: "5px" | ||
rotate: "3deg" | ||
pagebg: "light" | ||
footerbg: "primary" | ||
font: | ||
text: "roboto" | ||
heading: "roboto-slab" | ||
light: | ||
color: | ||
primary: "#FFC27E" | ||
secondary: "#A6B067" | ||
light: "#F9FBEB" | ||
primarytext: "var(--color-whitetext)" | ||
secondarytext: "var(--color-blacktext)" | ||
lighttext: "var(--color-whitetext)" | ||
dark: | ||
color: | ||
primary: "rgb(205, 156, 19)" | ||
secondary: "rgb(37, 37, 37)" | ||
light: "rgb(29, 29, 29)" | ||
primarytext: "black" | ||
secondarytext: "var(--color-blacktext)" | ||
lighttext: "var(--color-blacktext)" | ||
|
||
# DUMMYDATA | ||
#todo replace this values by backend ui input | ||
info: | ||
owner: | ||
name: "Poolbar Ltd." | ||
imprint: "https://www.typo3.com/legal-notice" | ||
dataPrivacy: "https://www.typo3.com/privacy-policy" | ||
footer: | ||
maxCols: '3' | ||
pageId: 7 |
8 changes: 0 additions & 8 deletions
8
local_packages/success/Resources/Private/Templates/Career/Pages/Default.html
This file was deleted.
Oops, something went wrong.