Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott committed Mar 16, 2021
1 parent 3465bc4 commit cd24f49
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install the plugin, follow these instructions.

2. Then tell Composer to load the plugin:

composer require danieltott/sidebar-admin-links
composer require danieltott/craft-sidebar-admin-links

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Sidebar Admin Links.

Expand Down
76 changes: 38 additions & 38 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "danieltott/sidebar-admin-links",
"description": "Add links from Settings directly to the sidebar for admin users",
"type": "craft-plugin",
"version": "1.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"sidebar admin links"
],
"support": {
"docs": "https://github.com/danieltott/sidebar-admin-links/blob/master/README.md",
"issues": "https://github.com/danieltott/sidebar-admin-links/issues"
},
"license": "MIT",
"authors": [
{
"name": "Dan Ott",
"homepage": "https://dtott.com"
}
],
"require": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"danieltott\\sidebaradminlinks\\": "src/"
}
},
"extra": {
"name": "Sidebar Admin Links",
"handle": "sidebar-admin-links",
"developer": "Dan Ott",
"developerUrl": "https://dtott.com",
"documentationUrl": "https://github.com/danieltott/sidebar-admin-links/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/danieltott/sidebar-admin-links/master/CHANGELOG.md",
"class": "danieltott\\sidebaradminlinks\\SidebarAdminLinks"
"name": "danieltott/craft-sidebar-admin-links",
"description": "Add links from Settings directly to the sidebar for admin users",
"type": "craft-plugin",
"version": "1.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"sidebar admin links"
],
"support": {
"docs": "https://github.com/danieltott/craft-sidebar-admin-links/blob/master/README.md",
"issues": "https://github.com/danieltott/craft-sidebar-admin-links/issues"
},
"license": "MIT",
"authors": [
{
"name": "Dan Ott",
"homepage": "https://dtott.com"
}
],
"require": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"danieltott\\sidebaradminlinks\\": "src/"
}
},
"extra": {
"name": "Sidebar Admin Links",
"handle": "sidebar-admin-links",
"developer": "Dan Ott",
"developerUrl": "https://dtott.com",
"documentationUrl": "https://github.com/danieltott/craft-sidebar-admin-links/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/danieltott/craft-sidebar-admin-links/master/CHANGELOG.md",
"class": "danieltott\\sidebaradminlinks\\SidebarAdminLinks"
}
}

0 comments on commit cd24f49

Please sign in to comment.