PluginProbe ʕ •ᴥ•ʔ
AlphaListing / 4.4.0
AlphaListing v4.4.0
trunk 4.3.4 4.3.5 4.3.6 4.3.7 4.4.0
alphalisting / scripts / blocks / constants.js
alphalisting / scripts / blocks Last commit date
attributes.json 1 month ago constants.js 1 month ago edit.js 1 month ago index.js 1 month ago shortcode-attributes.js 1 month ago shortcode-upgrader.js 1 month ago
constants.js
5 lines
1 export const MIN_EXCERPT_LENGTH = 10;
2 export const MAX_EXCERPT_LENGTH = 100;
3 export const MAX_POSTS_COLUMNS = 15;
4 export const MAX_COLUMN_WIDTH = 1200;
5