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

[user] enable to change default value #53

Open
naao opened this issue Feb 22, 2013 · 0 comments
Open

[user] enable to change default value #53

naao opened this issue Feb 22, 2013 · 0 comments

Comments

@naao
Copy link
Member

naao commented Feb 22, 2013

messageモジュールのデフォルト値オーバーライドと似ていますが、Userモジュールのイベント通知の送信先が、デフォルトだとPMなんですが、デフォルトをE-mailにしておきたい場面もありますので、 そちらもオーバーライドできるようにしたいです。

nao-pon added a commit that referenced this issue Oct 3, 2013
ini format
<pre>
[ItemKey]                ; Probably it will be the same as that of target_key, and is good.
dirname = "dirname"      ; module directory name (string)
target_key = "UniqKey"   ; Unique key (string)
target_type = "X2Module" ; TrustMudule , X2Module or Theme (string)
version = 1.00           ; Version numbar (float)
detailed_version = ""    ; Detailed version (string) [optional]
replicatable= false      ; Can replicate (bool)
addon_url = "http://"    ; Archive URL ( %s replaces target_key ) (string)
detail_url = "http://"   ; Detail page URL [optional] (string)
changes_url = "http://"  ; Recent changes page URL [optional] (string)
license = "GPL"          ; Contents license (string)
required = "normal"      ; required , recommend or normal (string)
description = ""         ; Contents description
screen_shot = "http://"  ; Screen shot URL (Theme only) [optional] (string)
tag = ""                 ; Tags of this item. Separate each tag with a space. [optional] (string)
force_languages = ""     ; Force upload language directory with `Used language only`. [optional] (string comma delimited)
no_update[] = ""         ; Do copy only installing [optional] (string)
no_overwrite[] = ""      ; Do copy only file not exists [optional] (string)
writable_dir[] = ""      ; Directory permission sets writable [optional] (string)
writable_file[] = ""     ; File permission sets writable [optional] (string)
delete_dir[] = ""        ; Directory which becomes unnecessary and it deletes [optional] (string)
delete_file[] = ""       ; File which becomes unnecessary and it deletes [optional] (string)
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant