Initial commit
This commit is contained in:
87
public/assets/vendor/select2-4.1.0-rc.0/docs/plugins/highlight/blueprints.yaml
vendored
Executable file
87
public/assets/vendor/select2-4.1.0-rc.0/docs/plugins/highlight/blueprints.yaml
vendored
Executable file
@ -0,0 +1,87 @@
|
||||
name: Highlight
|
||||
version: 1.3.2
|
||||
description: "This plugin provides code highlighting functionality via the [Highlight.js](https://highlightjs.org/) jQuery plugin."
|
||||
icon: code
|
||||
author:
|
||||
name: Team Grav
|
||||
email: devs@getgrav.org
|
||||
url: http://getgrav.org
|
||||
homepage: https://github.com/getgrav/grav-plugin-highlight
|
||||
demo: http://learn.getgrav.org
|
||||
keywords: highlight, plugin, code
|
||||
bugs: https://github.com/getgrav/grav-plugin-highlight/issues
|
||||
license: MIT
|
||||
|
||||
form:
|
||||
validation: strict
|
||||
fields:
|
||||
enabled:
|
||||
type: toggle
|
||||
label: PLUGIN_ADMIN.PLUGIN_STATUS
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
theme:
|
||||
type: select
|
||||
label: CSS Theme
|
||||
default: default
|
||||
options:
|
||||
default: Default
|
||||
monokai: Monokai
|
||||
learn: Grav Learn
|
||||
railscasts: Railscasts
|
||||
arta: Arta
|
||||
ascetic: Ascetic
|
||||
brown-paper: Brown Paper
|
||||
atelier-dune.dark: Atelier Dune Dark
|
||||
atelier-dune.light: Atelier Dune Light
|
||||
atelier-forest.dark: Atelier Forest Dark
|
||||
atelier-forest.light: Atelier Forest Light
|
||||
atelier-heath.dark: Atelier Heath Dark
|
||||
atelier-heath.light: Atelier Heath Light
|
||||
atelier-lakeside.dark: Atelier Lakeside Dark
|
||||
atelier-lakeside.light: Atelier Lakeside Light
|
||||
atelier-seaside.dark: Atelier Seaside Dark
|
||||
atelier-seaside.light: Atelier Seaside Light
|
||||
brown_paper: Brown Paper
|
||||
codepen-embed: Codepen Embed
|
||||
color-brewer: Color Brewer
|
||||
dark: Dark
|
||||
docco: Docco
|
||||
far: Far
|
||||
foundation: Foundation
|
||||
github: Github
|
||||
googlecode: GoogleCode
|
||||
grayscale: Grayscale
|
||||
hopscotch: Hopscotch
|
||||
hybrid: Hybrid
|
||||
idea: Idea
|
||||
ir-black: IR-Black
|
||||
kimbie.dark: Kimbie Dark
|
||||
kimbie.light: Kimbie Light
|
||||
magula: Magula
|
||||
mono-blue: Mono Blue
|
||||
monokai-sublime: Monokai Sublime
|
||||
obsidian: Obsidian
|
||||
paraiso-dark: Paraiso Dark
|
||||
paraiso-light: Paraiso Light
|
||||
pojoaque: Pojoaque
|
||||
rainbow: Rainbow
|
||||
school-book: School Book
|
||||
solarized-dark: Solarized Dark
|
||||
solarized-light: Solarized Light
|
||||
sunburst: Sunburst
|
||||
tomorrow-night-blue: Tomorrow Night Blue
|
||||
tomorrow-night-bright: Tomorrow Night Bright
|
||||
tomorrow-night-eighties: Tomorrow Night Eighties
|
||||
tomorrow-night: Tomorrow Night
|
||||
tomorrow: Tomorrow
|
||||
vs: VS
|
||||
xcode: XCode
|
||||
zenburn: Zenburn
|
||||
|
||||
Reference in New Issue
Block a user