kontent-ai / sample-app-vue

A sample website written in JavaScript and Vue utilizing the Kontent.ai Delivery API to manage and retrieve content.
https://kontent-sample-app-vue.netlify.app
MIT License
24 stars 36 forks source link

Add Preview Edit Links #4

Open petrsvihlik opened 6 years ago

petrsvihlik commented 6 years ago

Kentico Kontent admin UI now supports navigating to specific content items via URLs in a certain format.

The goal of this task is to enrich the markup of this sample application with the links.

Suggested approach:

Motivation

We want to present to our customers an example of this feature – how they can use that

Solution

When I open About Us preview Then I see enabled "Edit mode" in the fixed bar on the bottom of the page And I am able to click on each element from the page About Us

When I open About Us preview Then I see the link "Open in KC" in the fixed bar on the bottom of the page And I am able to click on it

When I click on toggle button Edit mode Then Edit mode is turned off And I am able to preview page without distraction - only the fixed bar is presented

Design notes

PetrSvirak commented 3 years ago

Please, note https://github.com/Kentico/kontent-sample-app-net/issues/130