Skip to content

Commit

Permalink
Merge pull request #988 from clustermin/patch-1
Browse files Browse the repository at this point in the history
Replace symbol with backref_symbol
  • Loading branch information
colinodell authored Oct 9, 2023
2 parents 4ad0b64 + b1279a9 commit c15e649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2.4/extensions/footnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ This `string` option defines the prefix prepended to footnote elements.

## Adding Icons

You can use CSS to add a custom icon instead of providing a `symbol`:
You can use CSS to add a custom icon instead of providing a `backref_symbol`:

```php
$config = [
'footnote' => [
'backref_class' => 'footnote-backref',
'symbol' => '',
'backref_symbol' => '',
],
];
```
Expand Down

0 comments on commit c15e649

Please sign in to comment.