Skip to content

Commit dc36e9d

Browse files
authored
Update README.md
1 parent ef64412 commit dc36e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To manage a plugin, you must first add it to your plugins. Click the "+" icon to
1919
Field descriptions:
2020

2121
* `URL Template` - It's a place to enter the link template, e.g. https://my-blog/post/{slug}, where `slug` is the name of the content field of the type selected below. Instead of `{slug}`, you can use any field of a given content type, it is also possible to use nesting, e.g. `{internal.createdAt}`. You can also use list fields: `{addresses[0].city}`.
22-
* `Displayed Name Template` - Any name that will be displayed on the link button.
22+
* `Displayed Name Template` - Any name that will be displayed on the link button. You can also use content object fields (e.g. `{slug}`), in the same way as with Url Template.
2323
* `Content Type Definition` - Select the content type to display the button only for the specified content type. If the content type is not selected, the button will be shown when editing each content object.
2424

2525
# Development

0 commit comments

Comments
 (0)