+++ title = "When There's Not a Module For That" outputs = ["Reveal"] +++ # When There's Not a Module For That ###### mid.camp/6337 Agaric {{% note %}} mid-air camp {{% /note %}} --- ###### Presented by **Benjamin Melançon** & **Mauricio Dinarte** ###### AKA **[mlncn](https://agaric.coop/mlncn)** & **[dinarcon](https://agaric.coop/dinarcon)** --- Agaric **ask@agaric.coop** --- Agaric {{% note %}} mid-air camp {{% /note %}} --- > When building a Drupal site, “there’s a module for that” can be the sweetest words you can hear. {{% note %}} {{% /note %}} --- ![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. {{% /note %}} --- `frankenstein.info.yml` ```yaml name: Frankenstein type: module description: "Rename save button for Frankenstein's content." core: 8.x ```   `frankenstein.module` ```php