feat: tc photo toggle button

This commit is contained in:
José Oliveira 2022-05-16 16:34:52 +01:00
parent e94f1ff223
commit 44cd957c6d
2 changed files with 19 additions and 0 deletions

View file

@ -9,6 +9,7 @@ const plugins = require('../plugins')
const createTerms = terms => (terms.active && terms.text) ? ({
delay: terms.delay,
active: terms.active,
tcPhoto: terms.tcPhoto,
title: terms.title,
text: nmd(terms.text),
accept: terms.acceptButtonText,