add: syndicated content wobject now has additional ways to show the description.

This commit is contained in:
Doug Bell 2007-05-28 23:12:13 +00:00
parent 3c52f21923
commit a4f56ff9ef
4 changed files with 120 additions and 3 deletions

View file

@ -276,6 +276,51 @@ be useful, others may not.|,
lastUpdated => 1164841201
},
'descriptionFirst100words' => {
message => q{The first 100 words of the description.},
lastUpdated => 0,
},
'descriptionFirst75words' => {
message => q{The first 75 words of the description.},
lastUpdated => 0,
},
'descriptionFirst50words' => {
message => q{The first 50 words of the description.},
lastUpdated => 0,
},
'descriptionFirst25words' => {
message => q{The first 25 words of the description.},
lastUpdated => 0,
},
'descriptionFirst10words' => {
message => q{The first 10 words of the description.},
lastUpdated => 0,
},
'descriptionFirst2paragraphs' => {
message => q{The first 2 paragraphs of the description.},
lastUpdated => 0,
},
'descriptionFirstParagraph' => {
message => q{The first paragraph of the description.},
lastUpdated => 0,
},
'descriptionFirst4sentences' => {
message => q{The first 4 sentences of the description.},
lastUpdated => 0,
},
'descriptionFirst3sentences' => {
message => q{The first 3 sentences of the description.},
lastUpdated => 0,
},
'descriptionFirst2sentences' => {
message => q{The first 2 sentences of the description.},
lastUpdated => 0,
},
'descriptionFirstSentence' => {
message => q{The first sentence of the description.},
lastUpdated => 0,
},
};
1;