Umbraco Flashcards
What is the content section of Umbraco Backoffice?
The content section is where you create and edit the content of the site.
Works like a finder/explorer.
What is the media section of Umbraco Backoffice?
This is where you store the media that you use in the content section (images, videos, PDF or other file formats)
What is the settings section of Umbraco Backoffice?
Where the developer sets up the editor experience.
Create and edit Document Types, Templates etc.
What is the package section of Umbraco Backoffice?
This is where you browse and download packages into your Umbraco Solution.
What is the users section of Umbraco Backoffice?
This is where you manage and invite users that have access to Umbraco Backoffice.
What is the members section of Umbraco Backoffice?
This is where you can manage and create users that have access to login capabilities on the site (ex: memberships for e-commerce)
What is the forms section of Umbraco Backoffice?
This is where you can create and manage forms on the site.
What is the translation section of Umbraco Backoffice?
This is where you can create and manage dictionary items on the site.
What is a document type?
The blueprint for the content, consists of properties that define the content, but document types do not contain any content.
What is a property?
It is a data file where you can add content.
What is a template?
This is where HTML and C# is written to display content on a website.
What is the difference between text box, text area and RTE?
Text box and text area return strings, RTE returns HTML.
Text box and text area are limited to fewer characters while RTE is better suited for bigger blocks of text.
What does RTE stand for?
Rich Text Editor.
What is a schema mismatch?
A schema mismatch happens when the information on cloud and local do not match, usually because of working on cloud instead of local.