Closed GoogleCodeExporter closed 9 years ago
I considered this, but rejected it. I don't think many admins are going to be
religiously updating descriptions; they'll write a description once and let
munkiimport bring it forward for new releases, or they'll use a tool like
AutoPkg to automate things.
There's nothing stopping an admin from adding a "What's new" to the existing
description field.
(There's also nothing stopping a pkginfo creation tool from asking for a
"What's New" section and adding it to the existing description field.
pkginfo files already have a bewildering array of possible keys; I'd love to
find ways to get rid of some! This doesn't seem worthy of adding yet another.
Original comment by gregnea...@mac.com
on 23 Mar 2014 at 2:57
Could you possibly change the base.css file to add h1 functionality then?
As it stands, the admin can add a What's new section, but it's still a set font
size, based off h4.
Original comment by eriknico...@gmail.com
on 23 Mar 2014 at 4:06
Attachments:
Or rather h2.
Original comment by eriknico...@gmail.com
on 23 Mar 2014 at 4:08
This is difficult.
The HTML description has to be transformed to remove all block-level elements
and replace them with inline elements. This is because the description must fit
into a paragraph element.
See:
https://code.google.com/p/munki/source/browse/code/Managed%20Software%20Center/M
anaged%20Software%20Center/msulib.py?name=Munki2#38
It might be possible in the future to address this, but is not terribly high on
my priority list at this time.
Original comment by gregnea...@mac.com
on 23 Mar 2014 at 7:34
Okay no problem. Interesting stuff in that file. I wish I had looked through
that last night when I was playing with these description's.
Original comment by eriknico...@gmail.com
on 23 Mar 2014 at 8:48
Original issue reported on code.google.com by
eriknico...@gmail.com
on 23 Mar 2014 at 2:51Attachments: