Skip to content

Commit

Permalink
Adding include_css parameter to the channel form param list.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsowell committed Jan 19, 2021
1 parent c80f04e commit c702e48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/channels/channel-form/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ NOTE: **Note:** By default, the channel form will have an id of 'cform'. If usin

Adds necessary Javascript and CSS to your form. If you do not require the Javascript functionality or reset CSS, set to "no". Defaults to "yes".

### `include_css=`

include_css="no"

Allows you to manage the inclusion of required CSS independently from the `include_assets` parameter. Defaults to "yes".

### `include_jquery=`

include_jquery="no"
Expand Down

0 comments on commit c702e48

Please sign in to comment.