You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/setting.yaml

121 lines
2.8 KiB
YAML

footer_extra_html:
type: textarea
name: footer_extra_html
desc: Footer Extra HTML
default: ''
header_logo:
type: text
name: header_logo
desc: Header Logo
default: /components/header/header-logo.png
header_logo_2x:
type: text
name: header_logo_2x
desc: Header Logo@2x
default: /components/header/header-logo@2x.png
header_background:
type: text
name: header_background
desc: Header Background
default: /components/header/header-background.png
header_background_2x:
type: text
name: header_background_2x
desc: Header Background@2x
default: /components/header/header-background@2x.png
nav_logo_light:
type: text
name: nav_logo_light
desc: Nav Logo Light
default: /components/navigation/nav-logo-small_light.png
nav_logo_dark:
type: text
name: nav_logo_dark
desc: Nav Logo Dark
default: /components/navigation/nav-logo-small_dark.png
nav_logo_light_2x:
type: text
name: nav_logo_light_2x
desc: Nav Logo Light@2x
default: /components/navigation/nav-logo-small@2x_light.png
nav_logo_dark_2x:
type: text
name: nav_logo_dark_2x
desc: Nav Logo Dark@2x
default: /components/navigation/nav-logo-small@2x_dark.png
lang_highlight_id:
type: yaml
name: lang_highlight_id
desc: Language Highlight ID
default:
c: c astyle-c
cc: cpp astyle-c
cs: csharp astyle-cs
pas: pascal
java: java astyle-java
py: python
py3: python
php: php
rs: rust
hs: haskell
js: javascript
go: go
rb: ruby
jl: julia
lang_monaco_modes:
type: yaml
name: lang_monaco_modes
desc: Monaco language modes
default:
c: cpp
cc: cpp
cs: csharp
pas: pascal
java: java
py: python
py3: python
php: php
rs: rust
hs: haskell
js: javascript
go: go
rb: ruby
jl: julia
preferredEditorType:
type:
wysiwyg: WYSIWYG
ir: Instant Rendering
sv: Split View
monaco: Monaco Editor
family: markdown
category: preference
value: monaco
monacoTheme:
type:
vs-dark: VS Dark
vs-light: VS Light
category: preference
value: vs-light
family: markdown
showInvisibleChar:
type: boolean
family: highlight
desc: show invisible characters when formatting code
category: preference
formatCode:
type: boolean
family: highlight
desc: Auto format code
category: preference
value: true
astyleOptions:
type: text
family: highlight
desc: astyle formatting options
category: preference
value: >
style=java attach-namespaces attach-classes attach-inlines attach-extern-c attach-closing-while
indent-col1-comments break-blocks pad-oper pad-comma pad-header unpad-paren align-pointer=name
break-one-line-headers attach-return-type attach-return-type-decl convert-tabs close-templates
max-code-length=110 break-after-logical