-
Notifications
You must be signed in to change notification settings - Fork 2
IP-314 Expand the CMS import / export module to cover store blocks/pages #10
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
Conversation
@@ -197,4 +211,40 @@ private function importPages(string $dirPath, ?array $identifiers): void | |||
} | |||
} | |||
} | |||
|
|||
private function validateStoreAssociation( |
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.
docblocks, thanks! also add a small readme of how this should work from top to bottom using the store parameter, like how to export and how to import. Thanks!
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.
Sorry if i was confusing about the README, i actually meant, create a small docblock comment but add a .README file to the module which explains how the store parameter works (not in the docblocks :P )
@@ -197,4 +211,40 @@ private function importPages(string $dirPath, ?array $identifiers): void | |||
} | |||
} | |||
} | |||
|
|||
private function validateStoreAssociation( |
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.
Sorry if i was confusing about the README, i actually meant, create a small docblock comment but add a .README file to the module which explains how the store parameter works (not in the docblocks :P )
No description provided.