Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nesting in field #9

Open
k1sul1 opened this issue Sep 29, 2018 · 0 comments
Open

Support nesting in field #9

k1sul1 opened this issue Sep 29, 2018 · 0 comments

Comments

@k1sul1
Copy link
Owner

k1sul1 commented Sep 29, 2018

Related to #7

Creating a field with this in the content field will render unexpected results.

<div class="wrapper" doge="cate">
  <div class="test">
    <div class="wplfb-child-container"></div>
  </div>
</div>

div.test is missing entirely. The field works as a wrapper and the attributes in the first tag are customizable.

This has to work somehow so things like select fields can work. <button> and <textarea> work but I'm not really happy with the implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant