Add screenshot, note, improve spacing
This commit is contained in:
parent
4100649d45
commit
e768d93ff6
1 changed files with 18 additions and 0 deletions
|
@ -33,6 +33,16 @@ outputs = ["Reveal"]
|
|||
---
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
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
|
|||
---
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
**Enable your module:**
|
||||
|
||||
`drush -y en frankenstein`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue