elementor-developers-docs
elementor-developers-docs copied to clipboard
Resources and tutorials for Elementor developers.
Advanced Group Control Label Modify added
added fields_options sample for developers to be able to change the title, description etc. The current doc doesn't mention this at all.
`$forms_module->field_types['tel']` returns null and it can't remove the action. To make it work I updated that part to use `$forms_module->fields_registrar->get( 'tel' )`.
### Description: The `desktop_default` was giving an empty input field in the editor without any default desktop value. The `tablet_default`and `mobile_default` were functioning properly, and with having respective default values...
Typo on the PHP code block. Suppose to be get_type() and get_name().
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.28.0 to 1.30.0. Release notes Sourced from prismjs's releases. v1.30.0 What's Changed check that currentScript is set by a script tag by @lkuechler in PrismJS/prism#3863 New Contributors...
Bumps [express](https://github.com/expressjs/express) from 4.18.0 to 4.21.2. Release notes Sourced from express's releases. 4.21.2 What's Changed Add funding field (v4) by @bjohansebas in expressjs/express#6065 deps: [email protected] by @blakeembrey in expressjs/express#5956 deps:...
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...
Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.20.0 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add...