Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource config #15

Closed
AlexRazor1337 opened this issue May 31, 2020 · 0 comments
Closed

Resource config #15

AlexRazor1337 opened this issue May 31, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AlexRazor1337
Copy link
Owner

Some resources need "oop" in their meta(#4), ACL rights(ACL request) and it can be useful for versioning, saving description and etc.
The idea is to have a file something like "resource.json" in resource folder which will contain this settings, example:

{
  "oop": true,
  "rights": {
    "general.ModifyOtherObjects": true, 
    "function.startResource": true,
  }
}
@AlexRazor1337 AlexRazor1337 added enhancement New feature or request good first issue Good for newcomers labels May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant