Select to view content in your preferred language

Edit Widget - Switch Location of Edit Features and Create Features

483
7
01-12-2024 05:01 AM
MikeEdwards
Occasional Contributor

Does anyone know if it is possible to switch the location of the Edit Feature and Create Feature options in the Edit Widget? It would make more sense for the Create Feature option to be on top.

0 Kudos
7 Replies
JeffreyThompson2
MVP Regular Contributor

Re-ordering these options is not an option. At least not without some Developer Edition tricks.

GIS Developer
City of Arlington, Texas
0 Kudos
MikeEdwards
Occasional Contributor

I'm using Developer Edition.

0 Kudos
JeffreyThompson2
MVP Regular Contributor

Try adding this to your css.

.esri-editor__panel-content {
   flex-direction: column-reverse;
}
GIS Developer
City of Arlington, Texas
0 Kudos
MikeEdwards
Occasional Contributor

Awesome thank you. I'll give that a try.

0 Kudos
MikeEdwards
Occasional Contributor

After I download my package and make the edit to the css and re-zip, I'm not able to import the edited package. Have you ever run into this before? I get an error that says "This is an experience. Please switch to the experiences tab and try again."
I'm on the experiences tab so it makes no sense.

0 Kudos
JeffreyThompson2
MVP Regular Contributor

Did you publish the Experience and then use the Download option within Experience Builder to get your new zip file?

GIS Developer
City of Arlington, Texas
0 Kudos
MikeEdwards
Occasional Contributor

Yes.

0 Kudos