From fc7369835258467bf97eb64f184b93691f9a9fd5 Mon Sep 17 00:00:00 2001 From: Yaco Date: Thu, 4 Jun 2020 11:01:00 -0300 Subject: first commit --- www/wiki/extensions/CountryStates/extension.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www/wiki/extensions/CountryStates/extension.json (limited to 'www/wiki/extensions/CountryStates/extension.json') diff --git a/www/wiki/extensions/CountryStates/extension.json b/www/wiki/extensions/CountryStates/extension.json new file mode 100644 index 00000000..1fdd8bba --- /dev/null +++ b/www/wiki/extensions/CountryStates/extension.json @@ -0,0 +1,24 @@ +{ + "name": "CountryStates", + "author": "Yaco", + "version": "1.0.0", + "url": "", + "descriptionmsg": "Allows to list countries and states. {{#states:AR}} gives list of states of a country; {{#countries:AR}} gives name of countrycode; {{#countries:}} gives the full list of countries", + "license-name": "GPL-2.0-or-later", + "type": "parserhook", + "MessagesDirs": { + "CountryStates": [ + "i18n" + ] + }, + "AutoloadClasses": { + "CountryStatesHooks": "CountryStatesHooks.php" + }, + "ExtensionMessagesFiles": { + "CountryStatesMagic": "CountryStates.i18n.php" + }, + "Hooks": { + "ParserFirstCallInit": "CountryStatesHooks::onParserFirstCallInit" + }, + "manifest_version": 1 +} -- cgit v1.2.1