You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"body" => [
"@template" => $template,
"@content" => [
"img_src" => "http://avatars1.githubusercontent.com/u/5004534?v=3&s=400",
"img_alt" => "Lord of the Fries",
"heading" => "Alex Weissman",
"body" => "Alex has many years of experience in software development, including web development using MySQL, PHP, and Javascript frameworks including jQuery and Twitter Bootstrap. Alex maintains the frontend website for Bloomington Tutors..."
]
]
Why can't we just do this:
"body" => [
"@template" => $template,
"img_src" => "http://avatars1.githubusercontent.com/u/5004534?v=3&s=400",
"img_alt" => "Lord of the Fries",
"heading" => "Alex Weissman",
"body" => "Alex has many years of experience in software development, including web development using MySQL, PHP, and Javascript frameworks including jQuery and Twitter Bootstrap. Alex maintains the frontend website for Bloomington Tutors..."
]
It might be more intuitive if the content placeholders were 1, instead of 2 levels down.
The text was updated successfully, but these errors were encountered:
Why do we need to do this:
Why can't we just do this:
It might be more intuitive if the content placeholders were 1, instead of 2 levels down.
The text was updated successfully, but these errors were encountered: