-
Notifications
You must be signed in to change notification settings - Fork 214
[App Extensibility ⚙️] Introduce project .force_overrides file @@W-17569698@@
#2207
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
Changes from 14 commits
501c4b2
652ab04
4ebb885
2afbd66
80de145
f5f93e7
4cfb974
e8b6fa2
b29d923
21644cb
378baf8
74b7837
9feab45
d8b748b
a30ccb2
b51e43e
d444547
18a1e24
7ef0dbe
f1d05ec
66cb37b
1f2bc44
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| ## v4.0.0-extensibility-preview.2 (Dec 09, 2024) | ||
| - Add support for `.force_overrides` project file. (#2207)[https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2207] | ||
| - Initial release of Extensibility SDK. (#2099)[https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2099] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| // DISCLAIMER | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are we missing adding documentation in README.md files or similar to let users know how to use this file?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've create this small ticket to do this later. https://gus.lightning.force.com/lightning/_classic/%2Fa07EE0000285F7zYAE |
||
| // | ||
| // BY USING THIS FILE, YOU AGREE THAT THE FUNCTIONALITY OF YOUR INSTALLED EXTENSION(S) IS NOT GUARANTEED. | ||
| // ADDITIONALLY UPGRADABILITY OF EXTENSIONS CAN ALSO NO LONGER BE GUARANTEED AND IS NOT SUPPORTED BY SALESFORCE. | ||
| // USE ONLY AS A TEMPORARY SOLUTION TO URGENTLY PATCH/UPDATE AN EXTENSION. | ||
| // | ||
| // USAGE: | ||
| // PLACE THE RELATIVE __POSIX__ PATH TO THE EXTENSION FILE YOU WANT TO OVERRIDE STARTING WITH THE EXTENSION PACKAGE NAME. | ||
| // MULTIPLE OVERRIDES CAN BE ADDED TO THIS FILE, ONE PER LINE.\ | ||
| // EXAMPLE: | ||
| // @salesforce/extension-sample/src/pages/home.tsx | ||
|
||
Uh oh!
There was an error while loading. Please reload this page.