Created
February 24, 2015 02:23
-
-
Save helios-ag/614ad58ea1619d22581c to your computer and use it in GitHub Desktop.
Custom emoticons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fm_bbcode: | |
filter_sets: | |
my_default_filter: | |
strict: false # if you want to parse attr values without quotes | |
locale: en | |
xhtml: false | |
filters: [ default, block, code, email, image, list, url ] | |
hooks: [emoticon] | |
emoticon: | |
resource: %kernel.root_dir%/config/emoticons.yml | |
### | |
emoticons: | |
my_custom_smile: | |
smilies: | |
- ":my_custom_smile:" | |
### place my_custom_smile.png under web/emoticons folder | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it a known problem that some smilies like ">:)", ":@" and "(8>" won't work? I can't get ":'(" working at all. Can you? (@symfony 2.6.4)