<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Change layer name in Editor Widget? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-layer-name-in-editor-widget/m-p/1065424#M73411</link>
    <description>&lt;P&gt;I'm trying to change the display name of a layer in the Editor Widget and I can't get it to work.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Tried to change the title when creating "myfeaturelayer". This only changes the title of the "top-level" not the title of the polygon layer pointed to by the url&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Tried to change the title when definings my LayerInfos for the editor widget. This does nothing.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I guess I'm doing something wrong but can't figure it out so any help would be appreciated!&lt;/P&gt;&lt;P&gt;Example code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const ordersLayer = new FeatureLayer({
    title: "New Title",
url: "myurl"    
  });
  map.add(ordersLayer);

var editConfigMyLayer = {
    layer: myfeatuelayer,
    title: "New Name",
  };

const editor = new Editor({
    view: view,
    // Pass in the configurations created above
    layerInfos: [
      editConfigMyLayer]
})

view.ui.add(editor, "bottom-right");&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 06 Jun 2021 11:05:15 GMT</pubDate>
    <dc:creator>lightpro</dc:creator>
    <dc:date>2021-06-06T11:05:15Z</dc:date>
    <item>
      <title>Change layer name in Editor Widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-layer-name-in-editor-widget/m-p/1065424#M73411</link>
      <description>&lt;P&gt;I'm trying to change the display name of a layer in the Editor Widget and I can't get it to work.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Tried to change the title when creating "myfeaturelayer". This only changes the title of the "top-level" not the title of the polygon layer pointed to by the url&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Tried to change the title when definings my LayerInfos for the editor widget. This does nothing.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I guess I'm doing something wrong but can't figure it out so any help would be appreciated!&lt;/P&gt;&lt;P&gt;Example code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const ordersLayer = new FeatureLayer({
    title: "New Title",
url: "myurl"    
  });
  map.add(ordersLayer);

var editConfigMyLayer = {
    layer: myfeatuelayer,
    title: "New Name",
  };

const editor = new Editor({
    view: view,
    // Pass in the configurations created above
    layerInfos: [
      editConfigMyLayer]
})

view.ui.add(editor, "bottom-right");&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jun 2021 11:05:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-layer-name-in-editor-widget/m-p/1065424#M73411</guid>
      <dc:creator>lightpro</dc:creator>
      <dc:date>2021-06-06T11:05:15Z</dc:date>
    </item>
  </channel>
</rss>

