Skip to content

Commit

Permalink
Replace symbol with backref_symbol
Browse files Browse the repository at this point in the history
It should be `backref_symbol`, not `symbol`.
  • Loading branch information
clustermin authored Aug 2, 2023
1 parent 564525f commit b1279a9
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 b1279a9

Please sign in to comment.