XEngine
Awesome extension. In future builds may you please add options for customizing the signature line break:
-------------------------------------------------------------------------------
File to manually modify to change the line attributes is:
"/vendor/xengine/flarum-ext-signature/less/signature.less"
.SignatureWrapper {
clear: both;
border-top: 1px line #e2e2e2;
padding-top: 20px;
}
I changed with:
border-top:1px groove #545454;
Looks much nicer on the Dark themed Flarum build.
The border type styles include:
none; hidden; dotted; dashed; solid; double; groove; ridge; inset; outset;
Having the option to also customize the color and attribute from settings would also be welcome.
Also, is it possible to include more buttons to the wysiwyg?
The code view would be especially appreciated.
May you also include options to whitelist acceptable image hosting providers?
I don't see any security options to prevent tracking pngs / tracker pixels. It would be simple for a user to scrape other users personal IP info.
May you also add ability to assign signature permissions? So I can control who is able to use the function?
Thanks again.