{ "version": 3, "sources": ["src/app/configs/external-links.config.ts"], "sourcesContent": ["import { Product } from '@models/context/product';\n\n/**\n * A config setting whether external links are allowed or not\n *\n * @param product The product\n * @returns Whether external links are allowed or not\n */\nexport const EXTERNAL_LINKS_CONFIG = (product: Product): boolean => {\n switch (product) {\n case Product.Show:\n return false;\n default:\n return true;\n }\n};\n"], "mappings": ";;;;;AAQO,IAAM,wBAAwB,CAAC,YAA6B;AACjE,UAAQ,SAAS;IACf,KAAK,QAAQ;AACX,aAAO;IACT;AACE,aAAO;EACX;AACF;", "names": [] }