# Create and Manage Content
This tutorial describes how to create, edit and publish content in an application from the App Builder using the Entando Web Content Management System (WCMS).
# Create Content
- Log into your App Builder
- From the left sidebar, go to
Content
→Management
. All existing content is displayed in a table.
Click the
Add
button on the right side of page and select the desired content type from the drop-down list. This loads a form to further define the content. See Content Type for how to add new types.Provide the following information:
Info
Content description
: Enter the content name or description. This field is required.
Groups
Owner Group
: From the drop-down list, choose an available user group to manage the content, then clickSet group
. This field is required and can be amended in the App Builder'sUsers
section underGroups
.View Only Groups
: Provide groups with viewing access to content by highlighting an available group and clicking+
to add it. This field is required.
Categories
: If categories have been added, you can select a category and click+
underJoin
to include the content in that category for searching and sorting. This field is not required.Content attributes
: You are required to enter a title for the content type in theTitle
field. Populate the remaining optional fields as needed.
Note:
History
displays the iterations of the saved content. You can view the content details or revert to a previous version.Determine the status of the content to inform how it should be saved:
Draft
: The content is in the development stage and not ready for approval or publication. TheSave
orSave and Continue
buttons establishDraft
status for the content.Ready
: The content is ready for review, but has not been approved or published. Content with this status can be approved later or published immediately.
- Choose from the options to save the content:
Save
: Save the content as work in progress without approving itSave and Continue
: Save the content as a draft and continue editing itSave and Approve
: The content is saved, approved, and ready to use in an application
# Manage Content
# Find Content
From Content
→ Management
you can use the Advanced Filters
feature to search for content by type, category, group or status.
In the resultant table, a set of parameters identifies matching content. Any parameter can be deleted from view by unchecking it in the Additions to the table of results
drop-down menu.
# Content Actions
For all content shown in the table, the Actions menu provides the following options:
Copy/Paste
: Replicate the contentDraft version
: Edit the unpublished draft versionPublished version
: Edit the published content or revert to a previous versionEdit
: Modify the content definition
# Publish, Unpublish, or Delete Content
To publish, unpublish or delete content:
- In the App Builder, go to
Content
→Management
- Select the check boxes next to the content you want to manage
- Use the buttons above the table to
Publish
,Unpublish
orDelete
content. This takes you to a confirmation page that displays the current status of the content.
# Content Settings
# Resource Metadata Mapping
Content Settings provide a method for managing aspects of your assets, letting the administrator reload content references and indexes, and select the text editor. You can fine tune content by auto-populating or excluding metadata for images, or adding and removing metadata fields.
# Solr Configuration
In a multitenant application, when Solr is enabled and the
advancedSearch
environment variable is set totrue
, the Solr configuration page is accessible as the last item underContent
in the App Builder navigation sidebar.The Solr Configuration page allows you to monitor and update the schema of the fields required by the content types, which the search is dependent on.
See Solr configuration tutorial for more information.