UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

5 lines (4 loc) 272 B
export const GET_ARTICLE = 'app/ArticlePage/GET_ARTICLE'; export const GET_ARTICLE_SUCCESS = 'app/ArticlePage/GET_ARTICLE_SUCCESS'; export const GET_ARTICLE_ERROR = 'app/ArticlePage/GET_ARTICLE_ERROR'; export const SET_PREVIEW_IMAGE = 'app/ArticlePage/SET_PREVIEW_IMAGE';