UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

10 lines (9 loc) 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_SUMMARY_LENGTH = exports.DEFAULT_WIDGETS_NUMBER = exports.WIDGET_PREFIX_KEY = void 0; /** * Feed constants */ exports.WIDGET_PREFIX_KEY = 'widget_'; exports.DEFAULT_WIDGETS_NUMBER = 10; // every how many elements insert a widget exports.MAX_SUMMARY_LENGTH = 150; // maximum number of characters for the summary before being truncated