mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +02:00
Fix issue processwire/processwire-issues#952
This commit is contained in:
@@ -140,11 +140,12 @@
|
|||||||
*
|
*
|
||||||
* ~~~~~
|
* ~~~~~
|
||||||
* {
|
* {
|
||||||
* title: 'Your Module title',
|
* "title": "Your Module Title",
|
||||||
* version: 1,
|
* "version": 1
|
||||||
* // and so on
|
|
||||||
* }
|
* }
|
||||||
* ~~~~~
|
* ~~~~~
|
||||||
|
* 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