1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 03:34:33 +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', * "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.
* *
* ----------------------------------------------------------------- * -----------------------------------------------------------------
* *