Skip to content

Commit

Permalink
Agregados archivos y propiedades del tema upv1
Browse files Browse the repository at this point in the history
  • Loading branch information
miesgre committed Feb 21, 2024
1 parent 6c01372 commit 4ca7b2d
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
72 changes: 72 additions & 0 deletions src/main/resources/upv1.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Path to theme CSS file; `/themes/[theme_name]/css/cas.css`.
# Multiple files may be comma-separated.
cas.standard.css.file=/css/cas.css,/themes/upv1/css/cas.css

# Path to theme Javascript file; `/themes/[theme_name]/js/js/css`
# Multiple files may be comma-separated.
cas.standard.js.file=/js/cas.js,/js/material.js,/themes/upv1/js/cas.js

# Path to theme logo to display via the common layout.
# Example: /images/logo.png
# cas.logo.file=

# Decide whether drawer menu should be displayed.
cas.drawer-menu.enabled=false

# The name of this theme used in various titles/captions.
# cas.theme.name=Default Theme

# Whether password management/reset links should be displayed.
cas.pm-links.enabled=false

# When the CAS login form should be displayed.
cas.login-form.enabled=true

# Enable and display the notifications menu.
cas.notifications-menu.enabled=false

# Path to the theme favicon
# Example: `/themes/example/images/favicon.ico`
cas.favicon.file=/themes/radha/images/favicon.ico

# The description for this theme to describe its purpose
cas.theme.description=Central Authentication Service

# Path to a "hero" styled image/logo
# that would be displayed on the login form.
# cas.hero-banner.file=

# Whether core/default Javascript libraries
# should be included in the theme.
# cas.js.core.enabled=true

# Whether the theme should attempt to
# include CAS-provided CSS core libraries
# cas.css.core.enabled=true

# Whether principal/authentication attributes
# and other application data should be displayed on the screen
# after a successful "generic" authentication event.
cas.successful-login.display-attributes=true

# Whether user should be given the option to
# indicate if the current device is a public workstation
cas.public-workstation.enabled=false

# Whether use should be given the option to
# receive a warning prior to redirects to
# external sites and domains
cas.warn-on-redirect.enabled=false

# Name of fragments that would be found
# inside fragments/custom.html.
# Such fragments would be included in the
# global layout inside the head tag of each affected page
# cas.standard.fragments.head=

# While reading or writing data to browser storage,
# control whether CAS should show its user interface, progress bar, etc.
# cas.browser-storage.show-progress=true

# Whether the footer should be displayed
# cas.footer.show=true

0 comments on commit 4ca7b2d

Please sign in to comment.