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 for customizing only the children's node #35

Open
m-yahya opened this issue Nov 11, 2020 · 0 comments
Open

Support for customizing only the children's node #35

m-yahya opened this issue Nov 11, 2020 · 0 comments

Comments

@m-yahya
Copy link

m-yahya commented Nov 11, 2020

Hello @dabeng, thank you very much for the awesome project.

I want to customize the contents only for the children's nodes, not the parent node.
I got great help from here. But the problem with that solution is if I add some custom fields, they appear in all nodes, including the parent node.
However, I just want to add some fields, for example, a submit button to only children's nodes.
Is there any way how can I achieve this?

From the image below, you can see that I have an additional attribute "Submit" (shown in the red box).
I achieved this by adding an extra attribute to the children. But, the problem with that is if I apply CSS style (padding), it also appears in the parent node.
any help to fix this?
Thanking in advance.

image

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

No branches or pull requests

1 participant