From e768d93ff6420f7b2e867cf4bbecb2330d6332fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 16 Mar 2020 16:23:07 -0400 Subject: [PATCH] Add screenshot, note, improve spacing --- web/content/_index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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`