Allow the Rich Editor used by the Carousel to be customized for each Carousel asset instead of inheriting the Editor from the site's Settings. Fixes bug #12100.

This commit is contained in:
Colin Kuskie 2011-04-11 15:48:15 -07:00
parent 38de00f931
commit 96ee557586
4 changed files with 30 additions and 1 deletions

View file

@ -140,6 +140,13 @@ our $I18N = {
lastUpdated => 0,
context => 'Description of asset property',
},
'rich editor description' => {
message => q{Choose a rich editor to use for entering content in each pane of the Carousel. The new setting will take effect the next time the Carousel is edited.},
lastUpdated => 0,
context => 'Description of asset property',
},
};
1;