Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Including in a Drupal module #32

Open
mlncn opened this issue Sep 16, 2019 · 0 comments
Open

Including in a Drupal module #32

mlncn opened this issue Sep 16, 2019 · 0 comments

Comments

@mlncn
Copy link

mlncn commented Sep 16, 2019

Hi! I've incorporated you excellent checkboxes.js into a Drupal modue, https://gitlab.com/agaric/drupal/checkboxesjs

First, i wanted to let you know and say thanks.

Second, i wanted to see if you'd be willing to add a composer.json file to the repository, to make it easier to include in PHP projects:

{
  "name": "rmariuzzo/checkboxes.js",
  "description": "A jQuery plugin that gives you nice powers over your checkboxes.",
  "type": "library",
  "homepage": "http://rmariuzzo.github.io/checkboxes.js/",
  "license": "MIT",
  "authors": [
    {
      "name": "Rubens Mariuzzo",
      "homepage": https://github.com/rmariuzzo
    }
  ]
}

I know that's kind of silly, but there's not any good way to do this, that i know of.

Anyhow, thanks greatly for the plugin!

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

No branches or pull requests

1 participant