Created
December 19, 2019 00:19
-
-
Save Siriu5J/13a23e57994d81fd5a8425fa3d598514 to your computer and use it in GitHub Desktop.
Training Registration Plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="JavaScriptSettings"> | |
| <option name="languageLevel" value="ES6" /> | |
| </component> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectModuleManager"> | |
| <modules> | |
| <module fileurl="file://$PROJECT_DIR$/.idea/Training-Registration.iml" filepath="$PROJECT_DIR$/.idea/Training-Registration.iml" /> | |
| </modules> | |
| </component> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="WEB_MODULE" version="4"> | |
| <component name="NewModuleRootManager"> | |
| <content url="file://$MODULE_DIR$" /> | |
| <orderEntry type="inheritedJdk" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| </component> | |
| </module> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectId" id="1VB7PUgfpTdr4o0KssMCgThwhpx" /> | |
| <component name="PropertiesComponent"> | |
| <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> | |
| <property name="WebServerToolWindowFactoryState" value="false" /> | |
| </component> | |
| <component name="WindowStateProjectService"> | |
| <state x="665" y="380" key="com.intellij.ide.util.TipDialog" timestamp="1576714615941"> | |
| <screen x="54" y="27" width="1866" height="1053" /> | |
| </state> | |
| <state x="665" y="380" key="com.intellij.ide.util.TipDialog/54.27.1866.1053@54.27.1866.1053" timestamp="1576714615941" /> | |
| </component> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Plugin Name: Training Registration (Published Version) | |
| Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates | |
| Description: A brief description of the Plugin. | |
| Version: 1.0 | |
| Author: samueljiang | |
| Author URI: http://URI_Of_The_Plugin_Author | |
| License: A "Slug" license name e.g. GPL2 | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment