I am attempted to map the Title component in an SPA, but was curious how others were able to map the "type" property to the title.component.html file. title.component.tsimport { Component, Input, OnInit } from '@angular/core'; import {MapTo} from '@adobe/cq-angular-editable-components'; @Component(...