diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-23 11:32:48 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-26 18:14:12 +0100 |
commit | 7720cca5325eae71595e6355d6599448c30377fb (patch) | |
tree | 9e8589b42c3ba7d42d4601c4ed2feb597dfabf7c /src/Wallabag/CommentBundle/Resources/config | |
parent | f38e03dc02c96344677fd2720912605b21c90b5d (diff) | |
download | wallabag-7720cca5325eae71595e6355d6599448c30377fb.tar.gz wallabag-7720cca5325eae71595e6355d6599448c30377fb.tar.zst wallabag-7720cca5325eae71595e6355d6599448c30377fb.zip |
Add annotator in baggy theme
+ Documentation about annotations
Diffstat (limited to 'src/Wallabag/CommentBundle/Resources/config')
-rw-r--r-- | src/Wallabag/CommentBundle/Resources/config/routing.yml | 0 | ||||
-rw-r--r-- | src/Wallabag/CommentBundle/Resources/config/services.yml | 4 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/Wallabag/CommentBundle/Resources/config/routing.yml b/src/Wallabag/CommentBundle/Resources/config/routing.yml deleted file mode 100644 index e69de29b..00000000 --- a/src/Wallabag/CommentBundle/Resources/config/routing.yml +++ /dev/null | |||
diff --git a/src/Wallabag/CommentBundle/Resources/config/services.yml b/src/Wallabag/CommentBundle/Resources/config/services.yml deleted file mode 100644 index 0e7972a4..00000000 --- a/src/Wallabag/CommentBundle/Resources/config/services.yml +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | services: | ||
2 | # wallabag_comment.example: | ||
3 | # class: Wallabag\CommentBundle\Example | ||
4 | # arguments: ["@service_id", "plain_value", %parameter%] | ||