-
Notifications
You must be signed in to change notification settings - Fork 86
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
IBX-6404: Added create bundle extension #2214
base: master
Are you sure you want to change the base?
Conversation
87ea868
to
cfcadb0
Compare
docs/administration/project_organization/packages_and_bundles/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/packages_and_bundles/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/packages_and_bundles/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/packages_and_bundles/create_bundle.md
Outdated
Show resolved
Hide resolved
9f0b169
to
a428215
Compare
a428215
to
d8d531c
Compare
docs/administration/project_organization/bundle_extension/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/package_structure.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/package_structure.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/package_structure.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/upload_packagist.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/upload_packagist.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/upload_packagist.md
Outdated
Show resolved
Hide resolved
Co-authored-by: julitafalcondusza <[email protected]> Co-authored-by: Magdalena Dziadosz <[email protected]>
docs/administration/project_organization/bundle_extension/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/create_bundle.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/install_package.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/install_package.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/upload_packagist.md
Outdated
Show resolved
Hide resolved
docs/administration/project_organization/bundle_extension/install_package.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Magdalena Dziadosz <[email protected]>
|
||
# Create bundle | ||
|
||
A bundle is a reusable [[= product_name =]] extension that can be integrated. |
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.
How about...
"Bundles are reusable [==] extensions that can be integrated"?
This would help get rid of the articles.
# Create bundle | ||
|
||
A bundle is a reusable [[= product_name =]] extension that can be integrated. | ||
To ensure full compatibility, follow the structure specifications described in the |
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.
To ensure full compatibility, follow the structure specifications described in the | |
When creating your own bundle, to ensure full compatibility, follow the structure specifications described in the |
To ensure full compatibility, follow the structure specifications described in the | ||
[package structure](package_structure.md/#package-and-bundle-structure-and-namespaces) section. | ||
|
||
The bundle extension described here is called `AcmeCurrencyExchangeRate` and enables a new page block which displays a currency exchange rate on your site. |
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.
The bundle extension described here is called `AcmeCurrencyExchangeRate` and enables a new page block which displays a currency exchange rate on your site. | |
The bundle extension described here is called `AcmeCurrencyExchangeRate` and enables a new page block which displays a currency exchange rate. |
|
||
The bundle extension described here is called `AcmeCurrencyExchangeRate` and enables a new page block which displays a currency exchange rate on your site. | ||
|
||
You can create a bundle skeleton in two simplified ways: |
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.
You can create a bundle skeleton in two simplified ways: | |
You can create a bundle skeleton in two ways: |
|
||
You can create a bundle skeleton in two simplified ways: | ||
|
||
- [using Ibexa bundle generator](#create-bundle-with-bundle-generator) |
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.
- [using Ibexa bundle generator](#create-bundle-with-bundle-generator) | |
- [with [[= product_name_base =]] bundle generator](#create-bundle-with-bundle-generator) |
|
||
![Submit package](packagist_submit.png) | ||
|
||
2\. Provide the repository URL to your package, for example: |
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.
2\. Provide the repository URL to your package, for example: | |
2\. Provide a URL address of the repository that holds your package, for example: |
|
||
!!! note | ||
When you add a new feature, you need to create a tag. | ||
3\. To create a new tag, in GitHub, go to **Tags** section, and click **Create a new release**. |
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.
3\. To create a new tag, in GitHub, go to **Tags** section, and click **Create a new release**. | |
3\. To create a new tag, in GitHub, go to **Tags** section, and click **Create a new release**. |
Make sure the repository is set to public. | ||
Each time you add a new feature to your bundle, you need to also add a new tag. | ||
|
||
5\. Click the **Check** button to verify the bundle completeness. |
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.
5\. Click the **Check** button to verify the bundle completeness. | |
5\. Click the **Check** button to verify the completeness of the bundle. |
|
||
5\. Click the **Check** button to verify the bundle completeness. | ||
|
||
In `composer.json` in the `repositories` indicate the type and bundle URL: |
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.
In `composer.json` in the `repositories` indicate the type and bundle URL: | |
In `composer.json`, under `repositories`, indicate the type and URL address of the bundle: |
} | ||
``` | ||
|
||
Any change in repository immediately affects the other bundle so you can see the changes. |
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.
"in the repository"...
What other bundle? It is unclear
Checklist