dpi / rng

RNG is a Drupal module enabling people to register for events.
https://www.drupal.org/project/rng
GNU General Public License v2.0
15 stars 23 forks source link

#166 add event type message template #198

Open aleevas opened 5 years ago

aleevas commented 5 years ago

For each event type we should be able to configure default message, on path like admin/structure/rng/event_types/manage/node.event/messages/ Added basic stuff, like schema, routes, draft forms, basic callback to get/set default messages. Added functionality that create real Messages for newly created events, based on Default messages from event type config. https://github.com/dpi/rng/issues/166

freelock commented 4 years ago

Merged into freelock/rng.