You are viewing a single comment's thread from:

RE: Steemit Condenser Contributions: Creating and loading template from the post editor

in #development6 years ago

First, you need to merge my other PR for 3speak that fixes few bugs:
https://github.com/steemit/condenser/pull/3675

As for the templates, it seems like there are some issues after your merge. My code cannot see the tags anymore.

Do you have a git repo for your site?
The issues seems to come from the file:
src/app/components/elements/ReplyEditor.jsx

userTemplates.push({
  name: nextProps.postTemplateName.replace('create_', ''),
  beneficiaries,
  payoutType,
  markdown: body.value,
  title: title.value,
  tags: tags.value,
});

tags.value does not exist

Coin Marketplace

STEEM 0.06
TRX 0.28
JST 0.047
BTC 65505.84
ETH 1927.25
USDT 1.00
SBD 0.51