Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
parent
a3ceeaf0f3
commit
85a10c545b
170 changed files with 5127 additions and 2282 deletions
|
|
@ -11,9 +11,13 @@ tags:
|
|||
- drupal-planet
|
||||
- drupal
|
||||
---
|
||||
|
||||
How to use a date popup calendar within your custom module.
|
||||
|
||||
First, I need to download the [Date](http://drupal.org/project/date "Date module on Drupal.org") module, and make my module dependent on date_popup by adding the following line into my module's .info file.
|
||||
First, I need to download the
|
||||
[Date](http://drupal.org/project/date 'Date module on Drupal.org') module, and
|
||||
make my module dependent on date_popup by adding the following line into my
|
||||
module's .info file.
|
||||
|
||||
```language-ini
|
||||
dependencies[] = date_popup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue