diff --git a/web/content/_index.md b/web/content/_index.md index 3d4d652..db30601 100644 --- a/web/content/_index.md +++ b/web/content/_index.md @@ -63,6 +63,12 @@ function frankenstein_form_node_frankenstein_form_alter(&$form, \Drupal\Core\For } ``` +--- + +### Where to put these files + +![Folder hierarchy of custom module in Drupal](images/frankenstein-location-in-ranger.png) + --- @@ -86,4 +92,10 @@ function frankenstein_form_node_frankenstein_form_alter(&$form, \Drupal\Core\For # Enable your module +--- + + +![Regular node add form with Save button as reanimate](images/create-frankenstein-reanimate.png) + + --- diff --git a/web/content/images/create-frankenstein-reanimate.png b/web/content/images/create-frankenstein-reanimate.png new file mode 100644 index 0000000..bb0124c Binary files /dev/null and b/web/content/images/create-frankenstein-reanimate.png differ diff --git a/web/content/images/frankenstein-location-in-ranger.png b/web/content/images/frankenstein-location-in-ranger.png new file mode 100644 index 0000000..60e5af3 Binary files /dev/null and b/web/content/images/frankenstein-location-in-ranger.png differ