[ 
https://issues.apache.org/jira/browse/CB-11908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177005#comment-16177005
 ] 

ASF GitHub Bot commented on CB-11908:
-------------------------------------

Github user dpogue commented on the issue:

    https://github.com/apache/cordova-lib/pull/492
  
    @andreszs Something like this should work:
    
    ```xml
    <edit-config file="AndroidManifest.xml" target="/*" mode="merge">
        <manifest android:installLocation="auto" />
    </edit-config>
    ```


> Add edit-config to config.xml
> -----------------------------
>
>                 Key: CB-11908
>                 URL: https://issues.apache.org/jira/browse/CB-11908
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-common, cordova-lib
>    Affects Versions: Master
>            Reporter: Karen Tran
>            Assignee: Karen Tran
>             Fix For: Master
>
>
> edit-config tag in plugin.xml allows users to modify xml elements from 
> plugins. 
> This feature should be added to config.xml as well, so that users wouldn't 
> need a plugin in order to modify xml elements. 
> *config.xml changes takes precedence over plugin changes. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to