Plugin per mobilizon facile da usare e da configurare su Wordpress Si integra bene nel vostro tema esistente Mostra gli eventi di un gruppo specifico o dell'intera istanza https://mobilizon.it
Go to file
André Menrath b1243737f6 Add event descriptions in modal box 2021-08-04 15:31:04 +02:00
dist Add event descriptions in modal box 2021-08-04 15:31:04 +02:00
src Add event descriptions in modal box 2021-08-04 15:31:04 +02:00
.editorconfig initial commit 2021-08-01 17:27:57 +02:00
.eslintignore initial commit 2021-08-01 17:27:57 +02:00
.eslintrc.json initial commit 2021-08-01 17:27:57 +02:00
.gitignore initial commit 2021-08-01 17:27:57 +02:00
package-lock.json make the backend more user friendly 2021-08-04 12:28:43 +02:00
package.json make the backend more user friendly 2021-08-04 12:28:43 +02:00
plugin.php Add event descriptions in modal box 2021-08-04 15:31:04 +02:00
readme.md Add event descriptions in modal box 2021-08-04 15:31:04 +02:00

readme.md

About

This Plugin is beta-state. Use it carefully! But you are welcome to report bugs or feature wishes. This Wordpress-Plugin is inspired by https://github.com/wordpress-connector-for-mobilizon/connector-mobilizon/.

Differences to connector-mobilizon

  • Using a Gutenberg-Block, not a shortcode
  • Fetches the events on the server side (php), not on the client side (JavaSkript), which is out-of-the-box GDPR-compatible.

Changelog

v0.3 - 04. August 2021

  • Add event descriptions in modal box (not optional yet)

v0.2 - 04. August 2021

  • Enhance backend design
  • Make setup more fail-proof
  • small fixes

v0.1 - 01. August 2021

  • Initial Proof of Concept

Additional Information

This project was bootstrapped with Create Guten Block.

Development

👉 npm start

  • Use to compile and run the block in development mode.
  • Watches for any changes and reports back any errors in your code.

👉 npm run build

  • Use to build production code for your block inside dist folder.
  • Runs once and reports back the gzip file sizes of the produced code.