totaljs / cms

Node.js Content Management System
http://www.totaljs.com/cms/
MIT License
223 stars 92 forks source link

Add 'meta description' in pages and posts #2

Closed hepr closed 7 years ago

hepr commented 7 years ago

Modify manager-pages and manager-posts to add description for meta description

petersirka commented 7 years ago

Hi @hepr, thank you very much. We prepare a new version v8.0.0 branch.

Regarding description: Page model contains a perex field for this case and the perex can be used as meta description.

https://docs.totaljs.com/eshop-cms/latest.html#pages~CMS

<div class="CMS_edit CMS_perex">This will be meta description or description in listing.</div>

Thanks.