Issue #708: Add option to hide and reorder Share panel tabs#12373
Issue #708: Add option to hide and reorder Share panel tabs#12373Brice150 wants to merge 2 commits into
Conversation
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Brice150.
|
tdipisa
left a comment
There was a problem hiding this comment.
@Brice150 many thanks for your contribution. However, the master branch must be the first target for new contributions. Once approved and merged on master branch a backport PR will be automatically created depending on the target stable branch.
Since you recently signed the CLA you should not have problems in proceedting with raising a PR to master first. Thank you for your understanding.
195b31e to
c910164
Compare
|
In order to contribute to the MapStore project, the CLA (Contributor License agreement) should be sent signed to GeoSolutions. Please consult contributing rules at: https://github.com/geosolutions-it/MapStore2/wiki/Contributing-to-MapStore#contributing-code |
c910164 to
4ad3658
Compare
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Brice150.
|
I rebased and now master is the target branch |
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Brice150.
|
|
@Brice150 please take into account this message for correcting your setup accordingly. Thanks |
e92a210 to
c00f5a5
Compare
…hange their order
c00f5a5 to
9d1e763
Compare
Description
This PR implements the feature requested in georchestra/mapstore2-georchestra#708, allowing configuration of Share panel tabs.
Changes
Example :
"cfg": {
"options": {
"tabsOrder": ["permalink", "direct", "embed"],
"hideTabs": ["social"]
}
}
Breaking change