Merge pull request #1222 from josepfo/feat/tc-photo-toggle-button

feat: tc photo toggle button
This commit is contained in:
Rafael Taranto 2022-05-16 17:32:22 +01:00 committed by GitHub
commit b973d59db2
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,