Skip to content

Commit

Permalink
DOC Update sentence in README
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 4, 2023
1 parent 3c8edfd commit b4da638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Note that you also need to add a `has_one` relation on the `Link` model to match

By default, if the title for the link has not been set, then the default title will be used instead according to the type of link that is used. Default link is not stored in the database as link title. This value is used only when rendering page content.

The developer also can set his own default title value using an extension by using `updateDefaultLinkTitle` method for each link type class.
The default title value can be updated using an `Extension` with an `updateDefaultLinkTitle()` method and applying that extension to a subclass of `Link`.

```php
<?php
Expand Down

0 comments on commit b4da638

Please sign in to comment.