Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page Properties

Platform URL

https://[enterprise].cvtr.io/v2/system/whitepapers/content-blocks

API Endpoints

Retrieves the collection of Block resources/Creates a Block resource:

Code Block
GET/POST https://{enterprise}.cvtr.io/api/v4/blocks

Retrieves/Removes/Replaces a Block resource:

Code Block
GET/DELETE/PUT https://{enterprise}.cvtr.io/api/v4/blocks/{id}

Retrieves a Content Block resource details:

Code Block
GET https://{enterprise}.cvtr.io/api/v4/content-block-assets/{id}

Epic

Jira Legacy
serverSystem JIRA
serverId47839f05-61cf-355f-8da7-a069f30ee70e
keyDASH-581

Jira Legacy
serverSystem JIRA
serverId47839f05-61cf-355f-8da7-a069f30ee70e
keyCON-4968

Document status

Status
titleDRAFT

Document owner

Adam Carter

Technical writers

Muge Budak Barnaby Murtagh (Unlicensed)

🏠 Feature Overview

What does it do?

This feature creates a block for up to 5 white papers to be featured within a website. This is useful for Publishers who want to highlight specific key content on their website or via an ad-server.

Admin users would implement this feature by embedding a JavaScript tag into their website. In order to display a specific content block users would reference the ‘block id’ which can be found on the enterprise level.

Content Block listing

...

Adding a Content Block:

Click Add Content Block button

...

An ‘Add’ modal will overlay on the listings page. From here users can create new content block listings.A Name value is required and a Websites value is required. The website value does not validate if the value is a url. If website values already exist users can select them from the from a multi select list. Upon clicking ‘Save’ the new Content block will be created.

...

Editing a Content Block:

Click Edit button in the Actions Column

...

A ‘Edit’ modal will overlay on the listings page. From here users can Edit the Name (required field), Websites (required field) values and select which websites a contact block can be linked to via a multi select. Upon clicking ‘Save’ button the Content Block listing will display these edits.

...

Deleting a Content Block:

Click Delete button in Actions column

...

A Delete modal will ask users if they want to confirm the deletion of a Content Block. Upon clicking ‘Yes’ the Content Block item will be deleted.

...

\uD83D\uDDD2 Summary

Functionality

User Story

1

Custom Tables

A user can add, remove and reset columns for custom table

...