-
Notifications
You must be signed in to change notification settings - Fork 16
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
Refactor/block builder #64
Conversation
add test for conf_domain_prefix
the code to deal with these test cases is in the next PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still can't claim I fully understand these changes, but I'm happy with what I have understood.
wagtail_wordpress_import/test/tests/test_transform_styles_filter.py
Outdated
Show resolved
Hide resolved
docs/blockbuilder.md
Outdated
``` | ||
Examples: | ||
|
||
1. Include the `h1-h6` HTML tags in the fall back block and not have their own block types. Just remove the `h1-h6` filter configuration items in your own settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Include the `h1-h6` HTML tags in the fall back block and not have their own block types. Just remove the `h1-h6` filter configuration items in your own settings. | |
1. Include the `h1`–`h6` HTML tags in the fallback block and not have their own block types. Just remove the `h1-h6` filter configuration items in your own settings. |
Hey @nimasmi Thanks for doing this so quickly. I have resubmitted the PR with changes in place. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Nick. I approve.
|
||
Examples: | ||
|
||
1. Include the `h1 - h6` HTML tags in the fallback block and not have their own block types. Just remove the `h1 - h6` filter configuration items in your own settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment: h1 - h6
— well, that's not what I suggested, but it's not important.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah now I see what you mean. I've made a note. I'm bound to be back in there soon and will update it then. Thanks
#64 developer tooling docs
this is the PR for the other work done in #57
it needs to be reviewed before the import documents PR #57
codebase: https://projects.torchbox.com/projects/wordpress-to-wagtail-importer-package/tickets/75