Skip to content

Instantly share code, notes, and snippets.

@elpete
Created December 7, 2016 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elpete/94a55e33f7ac2500173a350e8466422a to your computer and use it in GitHub Desktop.
Save elpete/94a55e33f7ac2500173a350e8466422a to your computer and use it in GitHub Desktop.
ACF blows up on name attributes combined with docblock name
/**
* @name Model
* @author Someone Else
*/
component name="Model" {
// This syntax blows up in ACF 2016 (maybe earlier as well).
// Only use one "name" attribute
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment