Skip to content

Commit 03c06d5

Browse files
author
Iain S Gillis
committed
update blueprints and languages
1 parent e405628 commit 03c06d5

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

blueprints.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: Highlight Php
1+
name: Highlight PHP
22
slug: highlight-php
33
type: plugin
4-
version: 0.1.0
4+
version: 1.0.0
55
description: Server-side syntax highlighting (i.e., without JavaScript) using the [highlight.php](https://github.com/scrivo/highlight.php) library
6-
icon: plug
6+
icon: paint-brush
77
author:
88
name: Iain Gillis
99
email: iain@iainsgillis.com
1010
homepage: https://github.com/iainsgillis/grav-plugin-highlight-php
11-
demo: http://demo.yoursite.com
12-
keywords: grav, plugin, etc
11+
demo: https://www.iainsgillis.com/
12+
keywords: grav, plugin, syntax, highlighting, syntax-highlighting, syntax-highlighter
1313
bugs: https://github.com/iainsgillis/grav-plugin-highlight-php/issues
1414
docs: https://github.com/iainsgillis/grav-plugin-highlight-php/blob/develop/README.md
1515
license: MIT
@@ -33,16 +33,16 @@ form:
3333
type: bool
3434
custom_styles:
3535
type: text
36-
label: User/custom CSS Styles
37-
help: Subdirectory in the /user/custom/ directory to store your custom syntax themes
36+
label: PLUGIN_HIGHLIGHT_PHP.LABEL_CUSTOM_STYLES
37+
help: PLUGIN_HIGHLIGHT_PHP.LABEL_CUSTOM_STYLES_HELP
3838
default: 'highlight-php-styles'
3939
size: medium
4040
theme:
4141
type: select
4242
size: medium
4343
classes: fancy
44-
label: Theme
45-
help: 'Select an avaialble theme. Your custom themes appear at the top of the list.'
44+
label: PLUGIN_HIGHLIGHT_PHP.LABEL_THEME
45+
help: PLUGIN_HIGHLIGHT_PHP.LABEL_THEME_HELP
4646
default: 'default'
4747
data-options@: '\Grav\Plugin\HighlightPhpPlugin::getAvailableThemes'
4848

highlight-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
enabled: true
2-
text_var: Custom Text added by the **Highlight Php** plugin (disable plugin to remove)
2+
theme: default

languages.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
en:
22
PLUGIN_HIGHLIGHT_PHP:
3-
TEXT_VARIABLE: Text Variable
4-
TEXT_VARIABLE_HELP: Text to add to the top of a page
3+
LABEL_CUSTOM_STYLES: Custom CSS styles directory
4+
LABEL_CUSTOM_STYLES_HELP: Subdirectory in the /user/custom/ directory to store your custom syntax themes
5+
LABEL_THEME: Theme
6+
LABEL_THEME_HELP: 'Select an avaialble theme. Your custom themes appear at the top of the list.'

0 commit comments

Comments
 (0)