Skip to content

Issue#59: Remove colon from the title#13

Merged
saicheck2233 merged 2 commits intomasterfrom
issue#59
Jul 11, 2023
Merged

Issue#59: Remove colon from the title#13
saicheck2233 merged 2 commits intomasterfrom
issue#59

Conversation

@saicheck2233
Copy link
Copy Markdown
Owner

Link: Issue#59

Description: The colon on the title should not be there. User can choose to add a colon in his decorator. To have own custom decorator, user needs to add this piece of code into their webpage:
BrutusinForms.bootstrap.addFormatDecorator(null, null, null, "-");
The last parameter is the title decorator.

Pic before changes:
image
There is a hardcoded colon (:) at the title

Pic after changes:
image
If we don’t add the addFormatDecorator() function, the title won't have any separator

image
If we add the addFormatDecorator() function with “-“

@saicheck2233 saicheck2233 merged commit c1d846e into master Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants