Skip to content

Commit

Permalink
New Feature: System injection, updated config (#8)
Browse files Browse the repository at this point in the history
* Rename class

* Add sys config options

* Use multistate dropdowns

* Update README

* Add JSMO option

* Finetune settings keys

* Determine project context

* Add more system pages

* Determine context

* Cleanup

* Cleanup

* Remove testing

* Simplify system settings

* Add project limits

* Refactor

* Additional options and finetuning

* Parsing and (incomplete) injection logic

* Update README

* Finetune config

* Implement logic

* Wording

* Update README

* Update README

* Add ignore files

* Update module name

* Add hook permission

* Update update logic

* Config upgrade workaround
  • Loading branch information
grezniczek authored Feb 3, 2023
1 parent 45f2338 commit acf6033
Show file tree
Hide file tree
Showing 7 changed files with 1,147 additions and 273 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.vscode export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
EM.code-workspace export-ignore
package-lock.json export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

149 changes: 0 additions & 149 deletions ExternalModule.php

This file was deleted.

Loading

0 comments on commit acf6033

Please sign in to comment.