Skip to content

Commit

Permalink
Fix for EZP-23122: Add support for custom tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkeung committed Jul 4, 2014
1 parent a8bff38 commit bd805b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension/ezoe/settings/content.ini.append.php
Expand Up @@ -10,6 +10,8 @@
#[CustomTagSettings]
#AvailableCustomTags[]=pagebreak
#AvailableCustomTags[]=underline
## Add a more user-friendly name to the dropdown list of custom tags
#CustomTagsDescription[pagebreak]=Page break
#IsInline[underline]=true
## Displays the custom tag as an image so you cannot create sub content.
## Will use custom image if there is a custom attribute on the tag named 'image_url'
Expand Down

1 comment on commit bd805b4

@ernestob
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, No more camelCase or underscore_descriptions 👍

Please sign in to comment.