yourhead / s3

public info about s3
8 stars 7 forks source link

Ability Insert stacks settings into <head> #772

Closed joeworkman closed 5 years ago

joeworkman commented 6 years ago

Right now I have SEO Helper that adds meta tags into head via some PHP trickery. It would be so much nicer if I did not have to resort to using PHP. I want the ability to insert HTML (with settings) into the head.

joeworkman commented 6 years ago

Any thoughts on this one? Ran into another case of wanting this today…

yourhead commented 6 years ago

i think you can right now, but there are limitations.

you can use a template with the scope set to pageHeadAbove and then you can include settings that have their scope set to page

the idea is that since you're editing one single thing (the <head> tag) that you should really be using page scoped templates and settings to do it.

do you think there are a lot of cases where you'd want to expand that to use stack-scoped settings? why? what's the rational?

i'm not against it -- i just can't think of any solid reasons myself -- and would rather err on the side of preventing clutter in shared areas of the page.