Skip to content

Commit

Permalink
[FEATURE] Add the career page settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalZombies committed Apr 12, 2024
1 parent e8b09e6 commit d1280f6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 11 deletions.
40 changes: 37 additions & 3 deletions local_packages/success/Configuration/Sets/Career/settings.yaml
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

This file was deleted.

0 comments on commit d1280f6

Please sign in to comment.