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

Implement before attribute for EFContainer, EFBlock and their References #5

Closed
elquchiri opened this issue Apr 8, 2023 · 5 comments
Assignees

Comments

@elquchiri
Copy link
Owner

Implement before attribute for EFContainer, EFBlock and their References

before="-" => prepends the element
before="{name}" => before name's tag

@elquchiri elquchiri self-assigned this Apr 8, 2023
@elquchiri
Copy link
Owner Author

(+) Keep the original tree elements priority when rendering page.

@elquchiri
Copy link
Owner Author

elquchiri commented Apr 10, 2023

(+) Change containers[] and blocks[] childs by a new childs[] structure (array) and append elements by identifying theme with a ['type'] = "container|block"

@elquchiri
Copy link
Owner Author

Done

@elquchiri
Copy link
Owner Author

Have to implement:

  • After attribute for EFBlock, EFContainer Tags
  • Remove for EFReferenceContainer and EFReferenceBlock

@elquchiri
Copy link
Owner Author

After attribute for EFBlock, EFContainer Tags => Done
Remove for EFReferenceContainer and EFReferenceBlock => Replaced with a new EFMove Node

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