1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 02:34:24 +02:00
This commit is contained in:
Ryan Cramer
2019-08-07 06:11:31 -04:00
parent 81c745c5ad
commit f22302aaaf

View File

@@ -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.
*
* -----------------------------------------------------------------
*