backdrop-contrib / elements

NOW IN BACKDROP CORE 🎉 Complex form elements for developers.
GNU General Public License v2.0
0 stars 0 forks source link

Why was this module needed for Backdrop? #1

Open jenlampton opened 8 years ago

jenlampton commented 8 years ago

Hi @biolithic and thanks for all your ports :)

We tried to put all the elements from this module into Backdrop core, so if we did that correctly it should not be necessary anymore. Can you explain what we missed, so we can get that on our todo list? Thanks!

biolithic commented 8 years ago

Sorry, I was used to using it in Drupal and wanted to use the html5 elements in Basic Cart Plus, so I ported this module which didn't take too long because it is not a very complex admin module. I'll take a look at the core field types instead and if they are available, then delete this module.

On Mon, Sep 21, 2015 at 3:27 PM, Jen Lampton notifications@github.com wrote:

Hi @biolithic https://github.com/biolithic and thanks for all your ports :)

We tried to put all the elements from this module into Backdrop core, so if we did that correctly it should not be necessary anymore. Can you explain what we missed, so we can get that on our todo list? Thanks!

— Reply to this email directly or view it on GitHub https://github.com/backdrop-contrib/elements/issues/1.

jenlampton commented 8 years ago

If they aren't, please open a new issue against core - because we tried to get them all! :)

One thing to note is that the form API element type names are a little different from core to contrib, so if your site didn't explode after adding this module (with conflicts with what's in core) that's probably why.

You will also probably need to make a few adjustment to basic_cart to use the new FAPI types in core.