jenkins-bot has submitted this change and it was merged.

Change subject: Add README documentation for DisplayFormat, RLModules and 
RLStyleModules
......................................................................


Add README documentation for DisplayFormat, RLModules and RLStyleModules

Bug: T105485
Change-Id: Ia69bf159ca4d76b9b1ecf4eddf35bcb7d808b35c
---
M README
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Anomie: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/README b/README
index b3815b2..6ef707c 100644
--- a/README
+++ b/README
@@ -39,6 +39,9 @@
        'RequireDetails' => true,
        'IncludeIP' => true,
        'AdditionalFields' => array(),
+       'DisplayFormat' => 'table',
+       'RLModules' => array(),
+       'RLStyleModules' => array(),
   );
 
 All contact form keys (in this case 'formname') should be in
@@ -77,6 +80,14 @@
       ),
   ),
 
+DisplayFormat is used to configure the HTMLForm. See HTMLForm documentation
+for possible values.
+
+RLModules can be used to add ResourceLoader modules (custom CSS and
+JavaScript) to the page.
+
+RLStyleModules can be used to add ResourceLoader CSS modules to the page.
+
 == Customization ==
 
 [[Special:Contact]] calls the 'default' form.

-- 
To view, visit https://gerrit.wikimedia.org/r/224109
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia69bf159ca4d76b9b1ecf4eddf35bcb7d808b35c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContactPage
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to