mirror of
https://github.com/processwire/processwire.git
synced 2025-08-14 02:34:24 +02:00
Fix issue processwire/processwire-issues#952
This commit is contained in:
@@ -140,11 +140,12 @@
|
||||
*
|
||||
* ~~~~~
|
||||
* {
|
||||
* title: 'Your Module title',
|
||||
* version: 1,
|
||||
* // and so on
|
||||
* "title": "Your Module Title",
|
||||
* "version": 1
|
||||
* }
|
||||
* ~~~~~
|
||||
* Note: The example JSON above just shows "title" and "version", but you would
|
||||
* likely add more than that as needed, like shown in the static version above.
|
||||
*
|
||||
* -----------------------------------------------------------------
|
||||
*
|
||||
|
Reference in New Issue
Block a user