diff --git a/web/content/_index.md b/web/content/_index.md index 6c9aefc..ab2b1ad 100644 --- a/web/content/_index.md +++ b/web/content/_index.md @@ -33,6 +33,16 @@ outputs = ["Reveal"] --- +![Regular node add form with Save button](images/create-frankenstein-unmodified.png) + + +Note: +Say you're creating a site where people can relive great literature that may have been inspired by a global pandemic. + + +--- + + `frankenstein.info.yml` ```yaml @@ -41,6 +51,8 @@ type: module description: "Rename save button for Frankenstein's content." core: 8.x ``` +  + `frankenstein.module` @@ -55,6 +67,12 @@ function frankenstein_form_node_frankenstein_form_alter(&$form, \Drupal\Core\For --- +![Regular node add form with Save button](images/create-frankenstein-unmodified.png) + + +--- + + **Enable your module:** `drush -y en frankenstein`