Skip to content

Commit

Permalink
Add custom view helpers ignore options to the docs
Browse files Browse the repository at this point in the history
Option created in neilime#108
  • Loading branch information
fabiocarneiro committed Nov 11, 2014
1 parent f1d5b3d commit 097bb9a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Installation
);
```


* Edit layout file `module/Application/view/layout/layout.phtml`, to render head scripts :

```php
Expand Down Expand Up @@ -378,6 +379,20 @@ The class attribute "label" is auto added to the label container and "label-defa
<?php
$this->label('label message',array('class' => 'label-primary','tagName' => 'a'));
```

## Ignore custom view helpers

Add the following to any of your config files

return [
'twbbundle' => [
'ignoredViewHelpers' => [
'viewhelpername'
]
]
];


## Elements

__TwbBundle__ provides new elements to supports Twitter Bootstrap potential.
Expand Down

0 comments on commit 097bb9a

Please sign in to comment.