Are editable Concrete arrays no longer a thing?

So this code for the class below it was working fine yesterday but now it is errored out. Did I miss something that changed?

image

I guess the Abilities keyword is already used somewhere else ? Maybe a module / folder / global function / variable

Also, just to be sure you could respect the naming conventions, which are here to avoid you these kind of problems, Abilities should be named abilities (or ability actually, unless you want to have an array of ability array ?)

Also, but this one is only for readability, one could break a line after an @editable attribute

Thanks, I feel dumb for not noticing that I needed Abilities to be lowercase… but that was it.

1 Like

Haha we all make mistakes :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.