I've created a simple app with the v4 editor widget (https://codepen.io/nbabel/pen/WNjEOzO). It uses a hosted feature layer to edit. The hosted feature layer has a feature template saved with the service. The service has the feature template Drawing Tool set to esriFeatureEditToolRectangle. However, the editor widget ignores that and only allows me to use the regular polygon tool. How do you get the editor widget to recognize the fetaure template draw tool? Does it recognize the draw tool? Is there another way to use the rectangle tool to create a feature with the editor widget? I've looked into the Feature Template documentation. But I'm lost as to how to incorporate that with the editor widget and the existing layer. It shouldn't be this hard to just set a rectangle tool for your draw tool.