Update frontmatter of presentation
This commit is contained in:
parent
08e6510674
commit
9f6414fed6
1 changed files with 11 additions and 9 deletions
|
@ -7,25 +7,25 @@ outputs = ["Reveal"]
|
||||||
|
|
||||||
###### Building a Contrib-Worthy Drupal 8 or 9 Module
|
###### Building a Contrib-Worthy Drupal 8 or 9 Module
|
||||||
|
|
||||||
<img alt="Agaric" src="images/o-midcamp.png" class="plain" />
|
<img alt="Agaric" src="images/agaric-icon.png" class="plain" />
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
mid-air camp
|
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
###### Presented by
|
###### Presented by
|
||||||
|
|
||||||
**Benjamin Melançon**
|
**Benjamin Melançon**
|
||||||
|
**[mlncn](https://agaric.coop/mlncn)**
|
||||||
|
|
||||||
(with behind-the-scenes help from)
|
|
||||||
|
with behind-the-scenes help from
|
||||||
|
|
||||||
**Mauricio Dinarte**
|
Mauricio Dinarte
|
||||||
|
**[dinarcon](https://agaric.coop/dinarcon)**
|
||||||
|
|
||||||
###### AKA
|
|
||||||
|
|
||||||
**[mlncn](https://agaric.coop/mlncn)** & **[dinarcon](https://agaric.coop/dinarcon)**
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -87,6 +87,8 @@ You make your own. It's easy.
|
||||||
Say you're creating a site where people can relive great literature that may have been inspired by a famine.
|
Say you're creating a site where people can relive great literature that may have been inspired by a famine.
|
||||||
|
|
||||||
You've already created an excellent content type under Structure » Content.
|
You've already created an excellent content type under Structure » Content.
|
||||||
|
|
||||||
|
But somehow the usual "Save" doesn't communicate what you want when creating Frankenstein content.
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -115,7 +117,7 @@ function frankenstein_form_node_frankenstein_form_alter(&$form, \Drupal\Core\For
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
There we go, there's a module! I think we're done here. Anyone have any ideas for the next 40 minutes?
|
There we go, there's a module! I think we're done here. Anyone have any ideas for the next 40 minutes?
|
||||||
|
|
||||||
.info files are not PHP. They cleverly indicate this by not starting with <?php
|
.info files are not PHP. They cleverly indicate this by not starting with `<?php`
|
||||||
|
|
||||||
.module files are PHP...
|
.module files are PHP...
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
@ -730,7 +732,7 @@ UnderstandDrupal.com shameless plug
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
[MID.CAMP/6337](https://mid.camp/6337) · <a href="mailto:ask@agaric.coop">ASK@AGARIC.COOP</a>
|
agaric.coop/wtnamft · <a href="mailto:ask@agaric.coop">ASK@AGARIC.COOP</a>
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
It's a big wild world out there. Bite off a piece you can chew.
|
It's a big wild world out there. Bite off a piece you can chew.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue