src/components/editable-list
// src/components/editable-list/mocks.json
{
"title": "TODO",
"add-item-text": "Add new list item:",
"listItem": "This will not appear",
"items": [
"First item on the list",
"Second item on the list",
"Third item on the list",
"Fourth item on the list",
"Fifth item on the list"
]
}
// src/components/editable-list/index.hbs
<editable-list title="" list-item-="" listItem=""
add-item-text="">
</editable-list>