Merge pull request #551 from matthiasbeyer/imagrc/add-missing-settings
Add settings in imagrc example for move hook aspects
This commit is contained in:
commit
d8b9229082
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ store-unload-hook-aspects = [ "debug" ]
|
|||
pre-create-hook-aspects = [ "debug" ]
|
||||
post-create-hook-aspects = [ "debug" ]
|
||||
|
||||
pre-move-hook-aspects = [ "debug" ]
|
||||
post-move-hook-aspects = [ "debug" ]
|
||||
|
||||
pre-retrieve-hook-aspects = [ "debug" ]
|
||||
post-retrieve-hook-aspects = [ "debug" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue