Arthur Shlain

Results 14 issues of Arthur Shlain

Clarification link to the NPM Scripts section of Installation page. Note: I not sure how to make relative link, maybe need to change it.

//Do we need to change the hash? if(self.config.changeHash) { /_window.location.hash = newLoc;_/ if(history.pushState) { history.pushState(null, null, newLoc); } else { location.hash = newLoc; } }

It would be more convenient to have templates for each blocks inside Flexible Content field. In my case I have Flexible Content field having some useful blocks inside, for example:...