Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
plugilo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chính
plugilo
Commits
81b91d06
Commit
81b91d06
authored
Sep 05, 2024
by
Chính
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create Plugilo Plugin
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
etc/module.xml
etc/module.xml
+5
-0
registration.php
registration.php
+10
-0
No files found.
etc/module.xml
0 → 100755
View file @
81b91d06
<?xml version="1.0"?>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:Module/etc/module.xsd"
>
<module
name=
"Plugilo_Plugilo"
setup_version=
"1.0.0"
/>
</config>
\ No newline at end of file
registration.php
0 → 100755
View file @
81b91d06
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
use
Magento\Framework\Component\ComponentRegistrar
;
ComponentRegistrar
::
register
(
ComponentRegistrar
::
MODULE
,
'Plugilo_Plugilo'
,
__DIR__
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment