add and reorg a bit

This commit is contained in:
benjamin melançon 2024-11-15 18:41:19 -05:00
parent 991948442e
commit 27ecf6c7ea

View file

@ -12,14 +12,10 @@ When There's Not a Module for That: How to Make (and Maintain) a New Module
----
### Steal, and keep stealing
---
### Be a part of something bigger
(but not as big as all of Drupal)
Note: Build on or with, and join the community of,
Note: Build on or with some major —and with luck join a community of
----
@ -47,4 +43,14 @@ And friends including Facets and Better Exposed Filters
---
### Steal, and keep stealing
----
![A large button with the label "+ Add content block"](images/add-content-block-action-link.png)
Note: If you decide your module should have one of those button links you see at the top right of a bunch of pages in Drupal's administration, you *don't even need to know* that they are called "Action Links" and find a tutorial on making them. You can just go look in the code of a module you know has them, grep for the label, and steal the code around it.
---
To be continued…