Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: None
-
Component/s: manager server, sf server
-
Labels:None
Description
Need to separate attribute SEO (e.g. image SEO) and domain model object SEO. domain objects should map SEO as component.
E.g.
<component name="seo" class="SEO"> <!-- class attribute optional -->
<property name="title"/>
<property name="url"/>
...
</component>