From 27ecf6c7ea04395991177642e2c96198f66309ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 15 Nov 2024 18:41:19 -0500 Subject: [PATCH] add and reorg a bit --- ...edcamp-when-not-a-module-make-and-maintain.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/2024-nedcamp-when-not-a-module-make-and-maintain.md b/2024-nedcamp-when-not-a-module-make-and-maintain.md index 1cf571a..8444cb9 100644 --- a/2024-nedcamp-when-not-a-module-make-and-maintain.md +++ b/2024-nedcamp-when-not-a-module-make-and-maintain.md @@ -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…