diff --git a/when-not-module/abstract.md b/when-not-module/abstract.md new file mode 100644 index 0000000..6fb8dd1 --- /dev/null +++ b/when-not-module/abstract.md @@ -0,0 +1,9 @@ +# When There's Not a Module for That + +With about fifty modules, you can do nearly everything in Drupal 8 (plus configuration, which isn't necessarily trivial). + +But what do you do when there's not a module for that? + +You make your own. + +In this session, we will go over several scenarios and how to