Config prop needs to have an object of urlidentifier and title where right now it's just passing those values directly to the prop without it as an object.
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Config prop needs to have an object of
url
identifier
andtitle
where right now it's just passing those values directly to the prop without it as an object.Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: