-
Notifications
You must be signed in to change notification settings - Fork 5
Customize Text
Jerry Lum edited this page Feb 2, 2021
·
1 revision
If you want to customize the displayed text, you can edit the messages.yml
file. The plugin will then use the customized text.
The messages.yml
is blank by default. For example, adding this line in the file can change the title to “magical rubbish bin” from the default “Public Trash Bin”
public-bin-title: magical rubbish bin
The format is "key: content", there is no magic. You can visit the website below for all keys. https://github.com/Jerrylum/PublicBin/blob/main/src/main/resources/messages_en_US.properties
messages.yml
finalizes the displayed text, it replaces the Per Issuer Locales
function.