-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for release as discussed in grav/issues#3334
- Loading branch information
1 parent
c322610
commit 8105139
Showing
6 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
enabled: true | ||
content: Custom Text added by the <b>Custom Banner</b> plugin (disable plugin to remove) | ||
button-text: Read more... | ||
button-url: /blog | ||
button-text: Click me... | ||
button-url: /route-to-page/you-want-to/link-to | ||
bg-colour: '#EC565C' | ||
fg-colour: 'rgba(255, 255, 255, 0.80)' | ||
box-shadow: true | ||
exclude-pages: | ||
- /blog | ||
- /route-to-page/you-want-to/exclude |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
en: | ||
PLUGIN_CUSTOM_BANNER: | ||
CONTENT: Banner Content | ||
CONTENT: Banner content | ||
CONTENT_HELP: Banner content must be valid HTML | ||
BG_COLOUR: Background Colour | ||
BG_COLOUR: Background colour | ||
BG_COLOUR_HELP: The colour of the banner background | ||
FG_COLOUR: Foreground Colour | ||
FG_COLOUR_HELP: The colour of the banner text (foreground) | ||
BOX_SHADOW: Box Shadow | ||
FG_COLOUR: Foreground colour | ||
FG_COLOUR_HELP: The colour of the banner text | ||
BOX_SHADOW: Box shadow | ||
BOX_SHADOW_HELP: Display a box shadow beneath the banner | ||
BUTTON_TEXT: Button Text | ||
BUTTON_TEXT: Button text | ||
BUTTON_TEXT_HELP: Button text must be valid HTML | ||
BUTTON_URL: Button URL | ||
BUTTON_URL_HELP: The location that the button links to | ||
EXCLUDE_PAGES: Excluded Pages | ||
EXCLUDE_PAGES: Excluded pages | ||
EXCLUDE_PAGES_HELP: Choose any pages you don't want the banner to appear on |