I have made up an asset builder to create news items. I quickly realised that I could not use the asset builder on its own to create a news items like you can create comments.
So I began using "keyword replacement for metadata fields" as described in http://manuals.matrix.squizsuite.net/other-cms-assets/chapters/asset-builder-page#Customising-the-Layout-of-the-Create-Form. I have created a metadata schema and also the relevant metadata fields to match the content of the post (e.g. post content, post author, post contact).
So anyway, the asset builder lets me create the new News Item but obviously does not print any of the meta data into the News Item asset (i.e. summary, body, contact name, contact phone). How do I get Squiz to 'push' the metadata into the News Item (that was created when using the asset builder to make the new News Item) ?
Also one other thing that is worrying me, in the metadata field New Field Type there is an option to choose Wysiwyg from the select/drop down menu. When I make that an option, the WYSIWIG does not show up in the Asset Builder at all, just the description I gave the field. I really hope I can use the WYSIWIG Field Type when creating a News Item asset with the Asset Builder, otherwise the asset builder is really only good for creating comments...