From 81b842e31d809f708dde80691174735b0d3559ad Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 30 Jun 2010 10:25:41 -0400 Subject: [PATCH] Added pipe symbol (|) separator option. From: "Demi,Karissa" Date: Tue, 29 Jun 2010 09:17:29 -0400 Subject: RE: Sitecore: Faculty Profiles If you prefer pipe symbols, go ahead and use them. We can essentially do a search/replace, so they will display however we need them to. Please make the capitalizations correct, though. Thanks, Karissa --- sitecore/prof/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sitecore/prof/__init__.py b/sitecore/prof/__init__.py index 7e4f903..7b24e72 100644 --- a/sitecore/prof/__init__.py +++ b/sitecore/prof/__init__.py @@ -54,10 +54,10 @@ CV Resume Personal Website: http://...
If a basic text field (a field with no "editor") has more than one -item in it then separate the items with a comma. For example: If a -faculty member has more than one title, then list their titles like -this: Professor of Communication, Director of Publication Management, -Yearbook Advisor, etc. +item in it then separate the items with a comma (or pipe symbols: +|). For example: If a faculty member has more than one title, then +list their titles like this: Professor of Communication, Director of +Publication Management, Yearbook Advisor, etc. """ class AttributeHolder (object): -- 2.26.2