Skip to content

Commit

Permalink
Small text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gorriecoe committed Jun 23, 2016
1 parent fbf1216 commit 6ba8061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ In your template, you can set the style to use by adding setStyle()
$ExampleLink.setStyle('iconbutton')
```

### Link selectable styles
### Selectable link styles

You can create styles for an administrator to select in a dropdown field.
To add these styles in to the dropdown, define them in your site config.yaml file.
Expand All @@ -89,7 +89,7 @@ To add these styles in to the dropdown, define them in your site config.yaml fil
Link:
styles:
button: Button
iconbutton: Button with icon
iconbutton: Description of button
```
The example above will be rendered in Link_button.ss and Link_iconbutton.ss if available.
Expand Down

0 comments on commit 6ba8061

Please sign in to comment.