Learning Sitecore 10 Flashcards
A Content Author cannot add components to a page location you’ve identified as the main placeholder. What is the possible solution for this issue?
- You enable placeholders in Sitecore.config
- You create a Placeholder Settings item
- You dynamically bind the Placeholder to the Layout
- You add a placeholder to Allowed Placeholders folder
You add a placeholder to Allowed Placeholders folder
When performing multisite implementation where should shared content be stored?
Shared content should be stored out any one site’s content tree structure
When you are working with a multisite implementation, what is the recommended practice for creating each site’s tree structure?
Create a specific site definition configuration, a folder for each site under the Content item, and a Home item for each site within the folder
From what interfaces can you access the Publishing Wizard?
Experience editor and content editor
How would you publish after an item is changed in the code?
code publish – manually copy cshtml files from solution to web root folder
In what file would you map the home item to a corresponding host name?
Patch config file
What is a template?
A Data Structure
What does the Allowed CORS Origin do?
Tells Identity server to authenticate requests from two files with different names
How can administrators unlock users who forgets their password?
UserManager -> unlock
User Manager -> Select User -> Click Unlock
What is the Extranet domain?
contains user accounts that correspond to visitors
contains customized roles that gives visitors read access
What rules apply to conflicting roles?
Access rights – Denied overrides Allowed.
Security accounts – Access rights assigned to a user account override access rights assigned to a role.
Item – Access rights assigned specifically on an item override access rights specified for the descendants on the parent item.
Why is it recommended to assign rights to roles and not users?
It is safer and more efficient
What is Sitecore Support Package used for?
It helps the Sitecore team replicate an issue without accessing the actual Sitecore environment
What are reasons for assigning security rights to roles instead of individual users?
Roles enable you to control security access for groups of users and roles simultaneously
Assigning permissions to individual users can be confusing and create risk
What are the Workflow elements?
States, commands, actions
What is the purpose of Field Sections?
To group similar fields
What is a standard value?
A default value for a field that is a fallback value when the field is NULL
Should you edit on the Web Database?
No, If you edit on Web DB content changes will be overwritten on the next publish
When is template inheritance not recommended for fields with the same name?
When the fields require different field sources
For which fields do you have to set a source field?
Multilist, droptree, treelist
What is the difference between a droplist and a multilist?
Droplist – users select one item,
Multilist – users select 0 or more
What is a token?
Initial values that get replaced when an item is created ($name, $date, etc.)
Why would you add a tag to an item?
To categorize items and make them easier to search for
If two text fields have the same name, but one has a bigger font, are they good candidates for inheritance?
Yes, because even though the fonts are different they still have the same source
Where should you set up presentation details?
In standard values to standardize the creation process and keep content editors from adding their own presentation details
What is required to create a layout?
A Layout definition item defined in Sitecore mapped to a layout .cshtml file