Josh Gulledge
Josh Gulledge
I would like to be able to add sms links with the link tool. The default is limited to: 'http', 'https', 'mailto', 'tel' https://github.com/quilljs/quill/blob/9cf0285caa6514356a7bba9db132ec7229eb254c/formats/link.js#L31 SMS links have become very common...
When setting up a form with the CFormSelect, on v4.3.1 as noted here: https://coreui.io/vue/docs/forms/select.html, if a value is 0 or empty it is ignored and the value becomes the label...
The CFormCheck component properties `invalid` and `valid` are not reactive. I have some code like the following ```html ... Is valid: {{isFieldInvalid('preferred_contact_methods')}} It is ok to contact the client ......
Add emailOptions and emailMessage to hooks->fields so another Hook can grab and save to DB. I am working on a simple hook that will save the email to a database...
When using a the $modx->runProcessor($processor, $fields); and if the alias is not passed via the languages it overwrites what is there. This fix does not force the alias to be...
This is either a bug or just a confusing set up, or maybe it is just me. Issue: the HTML attribute checked works only if `value` and `v-model` Vue properties...
Error: Fatal error: Call to undefined method modDocument_mysql::getContainerSettings() in /modx/core/components/articles/model/articles/article.class.php on line 76 ### To reproduce error - Create an Articles blog - Create an Article post - Create a...
It is incomplete and just needs finished.
This is a start and would be helpful to add a bit more: ## How to set up to contribute From command line - Fork the repo - Use git...
**What were you trying to do?** Using v0.9.5 .exe on Windows 11 to create a x937 file of scanned in checks to send to bank to deposit. Creating the file...