Compose a selector string to find the content element based on the dotted content path.
dotted path to the content element.
a selector string to find the content element.
getContentPathSelector('abc1.d2e.3f')// returns '[data-contentpath="abc1"] [data-contentpath="d2e"] [data-contentpath="3f"]' Copy
getContentPathSelector('abc1.d2e.3f')// returns '[data-contentpath="abc1"] [data-contentpath="d2e"] [data-contentpath="3f"]'
Compose a selector string to find the content element based on the dotted content path.