Skip to content

Commit

Permalink
authors update
Browse files Browse the repository at this point in the history
  • Loading branch information
ASGAlex committed Jan 18, 2016
1 parent 29f1401 commit a450e45
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,11 @@ AdminEditHelper.</li>
</ul>

Использовать данную структуру не обязательно, это лишь рекомендация, основанная на успешном опыте применения модуля
в ряде проектов.
в ряде проектов.

## Разработчики

<ul>
<li><a href="http://digitalwand.ru/">DigitalWand</a></li>
<li><a href="http://nota.media/">Notamedia</a></li>
</ul>
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digitalwand/digitalwand.admin_helper",
"description": "API for custom admin interface in Bitrix.",
"description": "API for custom admin interface in Bitrix by DigitalWand and Notamedia agency",
"type": "bitrix-module",
"license": "MIT",
"keywords": [
Expand All @@ -14,8 +14,8 @@
},
"authors": [
{
"name": "DigitalWand",
"email": "[email protected]"
"name": "Alexey Volkov",
"email": "[email protected]"
},
{
"name": "Nik Samokhvalov",
Expand Down
2 changes: 1 addition & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class digitalwand_admin_helper extends CModule
var $MODULE_DESCRIPTION;
var $MODULE_GROUP_RIGHTS = 'Y';
var $MODULE_CSS;
var $PARTNER_NAME = 'DigitalWand';
var $PARTNER_NAME = 'DigitalWand & Notamedia';
var $PARTNER_URI = '';

function digitalwand_admin_helper()
Expand Down

0 comments on commit a450e45

Please sign in to comment.