Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeyerstedt committed Jun 23, 2016
1 parent f1cf278 commit b1448d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plg-carousel-readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#kirby-site-snippets: plg-carousel

## ATTENTION: incompatible update from v1.1.1 to v1.2.0
I´ve added some options to this plugin, which lead to the first any probably only incompatible update. With this update I´ve unified the option names and adapted them to the "namespacing" which kirby uses.
Ive added some options to this plugin, which lead to the first (and probably only) incompatible update. With this update Ive unified the option names and adapted them to the "namespacing" which kirby uses.
There are these changes:
`enable_carousel` to `plg_carousel.enable`

Expand All @@ -25,7 +25,7 @@ The snippet code itself must be placed in the `site/snippets` folder. Of course
//c::set('plg_carousel.interval', 2000); // image changing interval in milliseconds
```
`plg_carousel.enable`: enables the additional javascript, if you use my code examples. This is not relevant if your template containes all relevant scripts every time.
Additionally there are options for kirby´s `sortBy` method, which sorts the images.
Additionally there are options for kirbys `sortBy` method, which sorts the images.
`plg_carousel.sort`: sort images by this field
`plg_carousel.dir`: sort images in this direction

Expand Down
6 changes: 3 additions & 3 deletions plg-masonry-readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#kirby-site-snippets: plg-masonry-*

## ATTENTION: incompatible update from v1.2.0 to v1.3.0
I´ve added some options to this plugin, which lead to the first any probably only incompatible update. With this update I´ve unified the option names and adapted them to the "namespacing" which kirby uses.
Ive added some options to this plugin, which lead to the first (and probably only) incompatible update. With this update Ive unified the option names and adapted them to the "namespacing" which kirby uses.
There are these changes:
`enable_masonry` to `plg_masonry.enable`
`masonry_width` to `plg_masonry.width`
Expand Down Expand Up @@ -47,7 +47,7 @@ c::set('plg_masonry.dir', 'desc'); // sortBy direction: asc, desc
```
`plg_masonry.enable`: enables the additional javascript, if you use my code examples. This is not relevant if your template containes all relevant scripts every time.

Additionally there are options for kirby´s `sortBy` method, which sorts the images.
Additionally there are options for kirbys `sortBy` method, which sorts the images.
`plg_masonry.sort`: sort images by this field
`plg_masonry.dir`: sort images in this direction

Expand Down Expand Up @@ -115,7 +115,7 @@ Additionally there are options for kirby´s `sortBy` method, which sorts the ima
</script>
<?php endif; ?>
```
If you don´t want to switch between fancybox and swipebox, you can of course delete not needed code.
If you dont want to switch between fancybox and swipebox, you can of course delete not needed code.


### usage:
Expand Down

0 comments on commit b1448d5

Please sign in to comment.